-
Notifications
You must be signed in to change notification settings - Fork 12
快速开始
Kagol edited this page Feb 22, 2021
·
1 revision
快速开始步骤:
- 克隆仓库代码 - git clone https://github.com/kagol/vue-devui.git
- 安装依赖 - yarn
- 启动项目 - yarn dev
- 访问浏览器:http://localhost:3000/
- 拉取特性分支进行本地开发 - git checkout -b feature1
- 本地commit - git add ./git commit -m "feat: XXX"
- push特性分支到远程 - push origin origin feature1
- github提交pr - Pull requests
- 代码检视并合入dev分支 - contributors一起检视
- 迭代目标完成之后dev合入main,并发布 - 发布npm,并部署网站