Sen descrición

DaMowang b3248f2086 . %!s(int64=2) %!d(string=hai) anos
src e320665d52 1、”甄选好物“改“消费金电商” %!s(int64=2) %!d(string=hai) anos
.gitignore b3248f2086 . %!s(int64=2) %!d(string=hai) anos
README.md 2c99e9f5f1 feat:首页编辑完成 %!s(int64=3) %!d(string=hai) anos
babel.config.js fd4cca6aad first %!s(int64=3) %!d(string=hai) anos
package.json 81e574881a no message %!s(int64=2) %!d(string=hai) anos
postcss.config.js fd4cca6aad first %!s(int64=3) %!d(string=hai) anos
vue.config.js fd4cca6aad first %!s(int64=3) %!d(string=hai) anos

README.md

mp-app

Project setup

npm install

Compiles and hot-reloads for development(h5/mp-app)

npm run serve

npm run dev:h5
npm run dev:mp-weixin

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

提交规范

  1. type: commit 的类型;
  2. feat: 新特性;
  3. fix: 修改问题
  4. refactor: 代码重构
  5. docs: 文档修改
  6. style: 代码格式修改, 注意不是 css 修改
  7. test: 测试用例修改
  8. chore: 其他修改, 比如构建流程, 依赖管理.
  9. scope: commit 影响的范围, 比如: route, component, utils, build..
  10. subject: commit 的概述, 建议符合 50/72 formatting
  11. body: commit 具体修改内容, 可以分为多行, 建议符合 50/72 formatting
  12. footer: 一些备注, 通常是 BREAKING CHANGE 或修复的 bug 的链接.