参与编辑
shell
# 拉取项目
git clone https://github.com/wiiai/vue-h5-template
# 切换分支
git checkout -b docs origin/docs
# 安装依赖
yarn install
# 启动项目
yarn start