plg 4aa1437730 修改报告查看管理员的权限 | 5 gün önce | |
---|---|---|
public | 1 ay önce | |
src | 5 gün önce | |
.browserslistrc | 3 ay önce | |
.env | 1 ay önce | |
.env.production | 3 ay önce | |
.env.test | 3 ay önce | |
.eslintrc.js | 3 ay önce | |
.gitignore | 3 ay önce | |
README.md | 3 ay önce | |
babel.config.js | 3 ay önce | |
package.json | 5 gün önce | |
vue.config.js | 1 ay önce |
npm install
npm run serve
npm run build
npm run test
npm run lint
//set NODE_OPTIONS=--openssl-legacy-provider &
/src/assets/img/dev 目录存放开发时的测试图片/icon 其他图片/icon放到对应的模块 /src/assets/img/commons 目录存放公共图片/icon
每个模块的api store router 放到对应模块的文件或文件夹内
打包时候从package.json 中根据不同环境打包
举例:npm run pro-build
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint --fix",
"pro-build": "vue-cli-service build --modern --mode production",
"test-build": "vue-cli-service build --modern --mode test"
}
``
关于环境: