mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-09-13 14:49:50 +08:00
17 lines
183 B
Markdown
17 lines
183 B
Markdown
# 启动项目
|
|
|
|
```bash
|
|
|
|
# 拉取项目
|
|
git clone https://github.com/sunniejs/vue-h5-template
|
|
|
|
# 安装依赖
|
|
- pnpm install
|
|
- yarn install
|
|
|
|
# 启动项目
|
|
- pnpm dev
|
|
- yarn dev
|
|
|
|
```
|