mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
18 lines
228 B
Markdown
18 lines
228 B
Markdown
# 启动项目
|
|
|
|
```bash
|
|
|
|
# 拉取项目
|
|
git clone https://github.com/sunniejs/vue-h5-template
|
|
|
|
# 切换分支
|
|
git checkout -b vue2-h5-template origin/vue2-h5-template
|
|
|
|
# 安装依赖
|
|
yarn install
|
|
|
|
# 启动项目
|
|
yarn serve
|
|
|
|
```
|