协议政策集合

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

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