协议政策集合

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

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中配置接口域名