高校管理端

root 1f96238cc2 1 1 mese fa
public 5c7831485d 修改报告细节--及组织架构切换方向 2 mesi fa
src 1f96238cc2 1 1 mese fa
.browserslistrc e81143f7a3 初始化青年大学生管理端 3 mesi fa
.env e81143f7a3 初始化青年大学生管理端 3 mesi fa
.env.production e81143f7a3 初始化青年大学生管理端 3 mesi fa
.env.test e81143f7a3 初始化青年大学生管理端 3 mesi fa
.eslintrc.js e81143f7a3 初始化青年大学生管理端 3 mesi fa
.gitignore e81143f7a3 初始化青年大学生管理端 3 mesi fa
README.md e81143f7a3 初始化青年大学生管理端 3 mesi fa
babel.config.js e81143f7a3 初始化青年大学生管理端 3 mesi fa
package.json 316a1fea95 初步版本修改结束 3 mesi fa
vue.config.js 31b5c6f6e4 修改文本 设置加长路径 2 mesi fa

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

``

关于环境: