项目名称
vue2-mo
运行说明
- 安装依赖
npm i
- 本地运行(测试接口)
npm start
- 本地运行(正式接口)
npm test
- 构建(测试接口)
npm run build:test
- 构建(正式接口)
npm run build
适配相关
开发使用 px 即可,自动转化为 rem
modules/index.html
最大响应宽度设置
postcss.config
转化尺寸配置
配置相关
src/constants
配置各个环境的常量,可自由添加
scripts/requests
axios 请求封装,包括公共方法,api,上报等
scripts/utils
工具函数
scripts/filters
过滤器