pc端

zsp 2d6df3edad '数据上传' 3 ay önce
public 15d96c250e 修改样式及菜单 5 ay önce
src 2d6df3edad '数据上传' 3 ay önce
.browserslistrc 321e3c961d 版本初始化 5 ay önce
.env 321e3c961d 版本初始化 5 ay önce
.env.production 321e3c961d 版本初始化 5 ay önce
.env.test 321e3c961d 版本初始化 5 ay önce
.eslintrc.js 321e3c961d 版本初始化 5 ay önce
.gitignore 321e3c961d 版本初始化 5 ay önce
README.md 321e3c961d 版本初始化 5 ay önce
babel.config.js 321e3c961d 版本初始化 5 ay önce
cls 2d6df3edad '数据上传' 3 ay önce
package.json 321e3c961d 版本初始化 5 ay önce
vue.config.js 321e3c961d 版本初始化 5 ay önce

README.md

SensoryComprehensiveTrainv2_pc

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

//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"
  }

``

关于环境: