Skip to content

An example project with Vuejs, Spring Boot, Webpack, and ES6

Notifications You must be signed in to change notification settings

casimirrex/vuejs.spring-boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example project with Vuejs, Spring Boot, Webpack, and ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • Shell 14.5%
  • Batchfile 11.2%
  • Vue 10.4%
  • Java 7.0%
  • HTML 0.5%