x-admin-web
1 解压 vue-admin-template-master
2 改名:x-admin-web
3 open project by IDEA: D:\idea_code\demo_qinqin_1101
4 npm install --registry=https://registry.npm.taobao.org
view-->apperance --->toolbar 勾选
配置 configuration npm
- Local: http://localhost:9528/
5 配置修改
Vue.config.js
16 const port=8888 30 lintOnSave:false, 34 open:false,
src\setting.js
3 title: '神级特工管理系统'
src\router\index.js
54 meta: { title: '首页', icon: 'dashboard' }