# matrix-template-vertical **Repository Path**: matrix-magic/matrix-template-vertical ## Basic Information - **Project Name**: matrix-template-vertical - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-10-29 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Matrix Magic #### 开发构建 ``` shell #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 `范浩琦/张正鹏/李炳辰/陈雪姣` #### 参与贡献-风格扩展模版 * 待定 #### 参与贡献-数据可视化模版 * 待定