一个给予element ui的框架vue-admin-template最基础版本,收藏自用

有个登录、上传功能、ueditor,其它没有,就是一个基本框架。

vue-.zip


运行还是老规矩,npm run + xxx

xxx如下:

"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"


评论/留言