Skip to content

zangxiyang/CQUT-smartparty-front

Repository files navigation

smartparty-front

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

提交规范

示例

git commit -m "[views] 添加xxx页面"            // 新增页面
git commit -m "[fix] 修复xxx Bug"             // 修复一些问题
git commit -m "[del] 删除部分...."            // 删除部分内容
...

请按照规范格式提交,总的要求是提交前加上对应的 [xxx] 标记。

标记名 操作名
views 页面
component 组件
feature 新功能
fix 修复
refactor 重构
docs 文档
style 样式
change 修改
update 更新

tips: 提交建议使用命令行进行提交!

Customize configuration

See Configuration Reference.