# ElementVueSpringbootCodeTemplate **Repository Path**: githubsync/ElementVueSpringbootCodeTemplate ## Basic Information - **Project Name**: ElementVueSpringbootCodeTemplate - **Description**: 使用Vue+VueX+ElementUI+SpringBoot的代码框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 vuepress npm i // 查看文档,打开7070端口 npm run docs:dev // 发布 npm run deploy:build ```