高校管理端

plg acc7689b26 修改组织架构 hai 4 días
public d635f0fdcd 修改系统名称 hai 1 mes
src acc7689b26 修改组织架构 hai 4 días
.browserslistrc e81143f7a3 初始化青年大学生管理端 hai 3 meses
.env aa0a802491 修改管理端样式 hai 1 mes
.env.production e81143f7a3 初始化青年大学生管理端 hai 3 meses
.env.test e81143f7a3 初始化青年大学生管理端 hai 3 meses
.eslintrc.js e81143f7a3 初始化青年大学生管理端 hai 3 meses
.gitignore e81143f7a3 初始化青年大学生管理端 hai 3 meses
README.md e81143f7a3 初始化青年大学生管理端 hai 3 meses
babel.config.js e81143f7a3 初始化青年大学生管理端 hai 3 meses
package.json e07839d3ee 修复复制消息 hai 5 días
vue.config.js 566bbb3964 修改第一版代码--管理端提交 hai 1 mes

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

``

关于环境: