2026-04-30 19:19:32 +08:00

24 lines
323 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 启动项目
## 环境要求
- Node.js >= 14推荐 16+
- yarn推荐或 npm
```bash
# 拉取项目
git clone https://github.com/sunniejs/vue-h5-template
# 切换分支
git checkout -b vue2-h5-template origin/vue2-h5-template
# 安装依赖
yarn install
# 启动项目
yarn serve
# 打包
yarn build
```