Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xwjie/elementvuespringbootcodetemplate
使用Vue+VueX+ElementUI+SpringBoot的代码框架
https://github.com/xwjie/elementvuespringbootcodetemplate
element-ui redis spring-data-jpa springboot vue vuex
Last synced: 3 days ago
JSON representation
使用Vue+VueX+ElementUI+SpringBoot的代码框架
- Host: GitHub
- URL: https://github.com/xwjie/elementvuespringbootcodetemplate
- Owner: xwjie
- License: apache-2.0
- Created: 2017-09-20T13:06:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T14:58:17.000Z (over 2 years ago)
- Last Synced: 2025-01-10T23:11:18.927Z (10 days ago)
- Topics: element-ui, redis, spring-data-jpa, springboot, vue, vuex
- Language: Java
- Homepage: https://xwjie.github.io/ElementVueSpringbootCodeTemplate/
- Size: 1.32 MB
- Stars: 695
- Watchers: 50
- Forks: 229
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 晓风轻SpringBoot+Vue代码模板
使用Vue+VueX+ElementUI+SpringBoot的代码框架。
[**详细文档请点击这里**](https://xwjie.github.io/ElementVueSpringbootCodeTemplate)相关文章:[程序员你为什么这么累?](https://zhuanlan.zhihu.com/p/28705206)
![](docs/main.png)
# 使用vuepress编译文档
```
// 全局安装vuepress
npm i -g vuepressnpm i
// 查看文档,打开7070端口
npm run docs:dev// 发布
npm run deploy:build
```