You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.2 KiB

Matrix Magic

开发构建


#start
npm start

#serve
npm run serve

#build
npm run build

#arthur(前端上线平台构建)
npm run arthur

#commit
npm run commit

#changelog
feat 新功能
fix Bug 修复
docs 文档更新
style 代码的格式,标点符号的更新
refactor 代码重构
perf 性能优化
test 测试更新
build 构建系统或者包依赖更新
ci CI 配置,脚本文件等更新
chore 非 src 或者 测试文件的更新
revert commit 回退

基础结构

.
├── README.md
├── babel.config.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
└── src
    ├── App.vue
    ├── assets
    ├── components
    ├── main.js
    ├── router
    ├── store
    └── views

参与贡献-基础模版

  • 基础构建 金琪程
  • 数据类+表单类 张正鹏
  • 列表类+详情类 李炳辰
  • 结果类+登录注册 范浩琦
  • 弹窗类 陈雪姣
  • 模块用例回归QA 范浩琦/张正鹏/李炳辰/陈雪姣

参与贡献-风格扩展模版

  • 待定

参与贡献-数据可视化模版

  • 待定