https://github.com/apozzi/vue-springboot-boilerplate
Boilerplate CRUD Vue + Springboot sem nenhum tipo de complicação.
https://github.com/apozzi/vue-springboot-boilerplate
axios-vue spring vue
Last synced: 3 months ago
JSON representation
Boilerplate CRUD Vue + Springboot sem nenhum tipo de complicação.
- Host: GitHub
- URL: https://github.com/apozzi/vue-springboot-boilerplate
- Owner: Apozzi
- License: mit
- Created: 2021-03-24T11:48:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T11:55:24.000Z (about 4 years ago)
- Last Synced: 2025-01-27T22:54:22.884Z (4 months ago)
- Topics: axios-vue, spring, vue
- Language: Java
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue-Springboot-Boilerplate
Esse exemplo simples foi criado como demonstração de código simples com framework Vue utilizando js,
e Springboot Java.Para rodar frontend
```npm run serve```Para rodar backend
```mvn --projects backend spring-boot:run```