协议政策集合

黎海 efc9cde286 feat: 协议政策集合模板 hace 2 años
public efc9cde286 feat: 协议政策集合模板 hace 2 años
src efc9cde286 feat: 协议政策集合模板 hace 2 años
tests efc9cde286 feat: 协议政策集合模板 hace 2 años
.gitignore efc9cde286 feat: 协议政策集合模板 hace 2 años
README.md efc9cde286 feat: 协议政策集合模板 hace 2 años
babel.config.js efc9cde286 feat: 协议政策集合模板 hace 2 años
commitlint.config.js efc9cde286 feat: 协议政策集合模板 hace 2 años
default.gitlab-ci.yml efc9cde286 feat: 协议政策集合模板 hace 2 años
package-lock.json efc9cde286 feat: 协议政策集合模板 hace 2 años
package.json efc9cde286 feat: 协议政策集合模板 hace 2 años
vue.config.js efc9cde286 feat: 协议政策集合模板 hace 2 años
安装插件.bat efc9cde286 feat: 协议政策集合模板 hace 2 años
规范说明 efc9cde286 feat: 协议政策集合模板 hace 2 años

README.md

web

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Run your tests

e2e test (端到端测试)
npm run test

unit test (单元测试)
npm run unit

Lints and fixes files

npm run lint

eslint 详细规则:https://eslint.org/docs/rules/

Customize configuration

See Configuration Reference.

规划

线上配置: vue.config.js中配置线上域名和地址 接口配置: common->http中接口封装配置,config->env.js中配置接口域名