ElementVueSpringbootCodeTemplate
1.0.0
Vue+VueX+ElementUI+SpringBoot의 코드 프레임워크를 사용합니다. 자세한 문서를 보려면 여기를 클릭하세요.
관련 기사: 프로그래머 여러분, 왜 그렇게 피곤합니까?
// 全局安装vuepress
npm i -g vuepress
npm i
// 查看文档,打开7070端口
npm run docs:dev
// 发布
npm run deploy:build