mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-05-01 23:32:56 +08:00
20 lines
436 B
Markdown
20 lines
436 B
Markdown
# 参与编辑
|
|
|
|
欢迎各位有意愿参与到开源当中的朋友加入文档的编写,书写文档不仅是教会别人知识,更是用自己的表达方式概括自己所学习的知识,这对个人来说是一种不多的成长机会
|
|
|
|
```js
|
|
|
|
// 拉取项目
|
|
git clone https://github.com/sunniejs/vue-h5-template
|
|
|
|
// 切换分支
|
|
git checkout -b docs origin/docs
|
|
|
|
// 安装依赖
|
|
yarn install
|
|
|
|
// 启动项目
|
|
yarn start
|
|
|
|
```
|