Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a2eb58ba
authored
2022-08-15 14:58:46 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
docs:git提交规范
1 parent
262cb0b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
21 deletions
README.md
README.md
View file @
a2eb58b
...
...
@@ -3,26 +3,19 @@ npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm run dev
```
浏览器访问 http://localhost:8888
## 发布
# 构建生产环境
npm run build
```
## 其它
```
bash
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
## Git 贡献提交规范
-
参考
[
vue
](
https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md
)
规范 (
[
Angular
](
https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular
)
)
-
`feat`
增加新功能
-
`fix`
修复问题/BUG
-
`style`
代码风格相关无影响运行结果的
-
`perf`
优化/性能提升
-
`refactor`
重构
-
`revert`
撤销修改
-
`test`
测试相关
-
`docs`
文档/注释
-
`chore`
依赖更新/脚手架配置修改等
-
`wip`
开发中
...
...
Please
register
or
sign in
to post a comment