mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-24 21:49:15 +08:00
20 lines
435 B
Markdown
20 lines
435 B
Markdown
### Node 版本要求
|
|
|
|
`Vue CLI` 需要 Node.js 8.9 或更高版本 (推荐 8.11.0+)。你可以使用 [nvm](https://github.com/nvm-sh/nvm) 或
|
|
[nvm-windows](https://github.com/coreybutler/nvm-windows) 在同一台电脑中管理多个 Node 版本。
|
|
|
|
本示例 Node.js 12.14.1
|
|
|
|
### 启动项目
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/sunniejs/vue-h5-template.git
|
|
|
|
cd vue-h5-template
|
|
|
|
npm install
|
|
|
|
npm run serve
|
|
```
|