using SpringBoot drive Backend , while the Frontend is drived by Vue2.0
A simple project , which backend and frontend was separated . Backend was drived by springboot , and Frontend was drived by Vue2.0
Aim to make group members understand how we make project in such a cool way
A Vue.js+webpack project
springboot project
-
the database could be initialized by etc/sql/*.sql
-
file shall be upload to etc/uploadfiles
-
mvn install
-
cd backend/web/target
-
java -jar web-1.0-SNAPSHOT.jar, this will start springboot .
-
cd frontend
-
npm install
-
npm run dev, this will start vue program.