ElementVueSpringbootCodeTemplate
Introduction: 使用 Vue+VueX+ElementUI+SpringBoot 的代码框架
Tags:
使用 Vue+VueX+ElementUI+SpringBoot 的代码框架。 详细文档请点击这里
相关文章:程序员你为什么这么累?

使用 vuepress 编译文档
// 全局安装 vuepress
npm i -g vuepress
npm i
// 查看文档,打开 7070 端口
npm run docs:dev
// 发布
npm run deploy:build
