一、开发环境
- nodejs
- vue
二、初始化
- 修改config/dev.env.js 后台服务ip和端口
- src/views/operation/api里面的swagger接口地址
- static\admin\components\ueditor\ueditor.config.js中后台服务和端口
- tongji.baidu.com申请统计,并将代码拷贝到index.html页面
三、启动
# Install dependencies
npm install
# Serve with hot reload at localhost:9528
npm run dev
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report
用nginx做代理需要在location里面加上;解决路由重定向问题
try_files $uri $uri/ /index.html;
用nginx做代理需要在location里面加上;解决路由重定向问题
try_files $uri $uri/ /index.html;