A project starter with Vue.js 2.x, Spring Boot 2.x, Webpack, 3.x and ES2015/ES6
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
- Vue 2.4.2
- Bootstrap 4.0.0-beta
- Spring Booth 2.0.0.M2
- Spring Framework 5.0
- Webpack 3.6.0