mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-09-10 12:50:48 +08:00
25 lines
295 B
Markdown
25 lines
295 B
Markdown
# 启动项目
|
|
|
|
```bash
|
|
|
|
# 拉取项目
|
|
git clone https://github.com/sunniejs/vue-h5-template
|
|
|
|
<<<<<<< Updated upstream
|
|
# 安装依赖
|
|
yarn install
|
|
|
|
# 启动项目
|
|
yarn dev
|
|
=======
|
|
// 安装依赖
|
|
- pnpm install
|
|
- yarn install
|
|
|
|
// 启动项目
|
|
- pnpm dev
|
|
- yarn dev
|
|
>>>>>>> Stashed changes
|
|
|
|
```
|