vue3
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for test
yarn build:test
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
适配相关
开发使用 px 即可,自动转化为 rem
public/index.html
最大响应宽度设置
vue.config.js
转化尺寸配置
配置相关
.env 文件
配置各个环境的公共配置,可自由添加
scripts/requests
axios 请求封装,包括公共方法,api,上报等
scripts/utils
工具函数