dipu-bd / spring-vue-template

Combine the power of spring boot with awesome vue for your web apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-vue-template

Combine the power of spring boot with awesome vue for your web apps

Deployment

$ ./gradlew publish
# It will compile *.tar file inside dist/ folder.
# It first builds the web project and copy static resources over to api project.

Development

Both api and web project should be run separately.

$ ./gradlew bootRun
# To start the api server

$ ./gradlew bootWeb
# To start the web server in development mode

You can also run it using a single command.

$ ./gradlew bootRun bootWeb --parallel
# Run both tasks in parallel

About

Combine the power of spring boot with awesome vue for your web apps

License:Apache License 2.0


Languages

Language:Vue 48.3%Language:TypeScript 23.6%Language:Java 19.9%Language:JavaScript 4.5%Language:HTML 3.6%Language:TSQL 0.1%