vuejs.spring-boot
vuejs.spring-boot copied to clipboard
DEPRECATED - An example project with Vuejs, Spring Boot, Webpack, and ES6
DEPRECATED
Check out the latest full-stack application project TaskAgile - vuejs.spring-boot.mysql
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