高校管理端

plg 2c4a27173c 演示版本 2 months ago
public 013aa5794f 修改学生鸭蛋版本--项目名称及图标 2 months ago
src 2c4a27173c 演示版本 2 months ago
.browserslistrc e81143f7a3 初始化青年大学生管理端 9 months ago
.env aa0a802491 修改管理端样式 7 months ago
.env.production e81143f7a3 初始化青年大学生管理端 9 months ago
.env.test e81143f7a3 初始化青年大学生管理端 9 months ago
.eslintrc.js e81143f7a3 初始化青年大学生管理端 9 months ago
.gitignore e81143f7a3 初始化青年大学生管理端 9 months ago
README.md 87a30a103e 郑大计智版本 2 months ago
babel.config.js e81143f7a3 初始化青年大学生管理端 9 months ago
package.json d55468401f 修改区别用户--及新开浏览器进行重新登录--及用户下载功能 6 months ago
vue.config.js 2c4a27173c 演示版本 2 months ago

README.md

该版本是 学生--教师版本--不是高知版本 郑大计智 pc服务

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

``

关于环境: