Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 568 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 568 Bytes

vuejs.spring-boot

A project starter with Vue.js 2.x, Spring Boot 2.x, Webpack, 3.x and ES2015/ES6

Usage

Install and start the server end.

$ mvn install
$ mvn spring-boot:run

Start the front end dev server

$ cd src/main/front-end
$ npm run dev

Package the project

$ mvn package

Run all tests

$ mvn test

Run front end tests

$ cd src/main/front-end
$ npm run e2e
$ npm run unit
$ npm run test

Technology Stack

  • Vue 2.4.2
  • Bootstrap 4.0.0-beta
  • Spring Booth 2.0.0.M2
  • Spring Framework 5.0
  • Webpack 3.6.0