vue-h5-template/zh-cn/quickstart.md
2020-05-28 18:09:25 +08:00

435 B

Node 版本要求

Vue CLI 需要 Node.js 8.9 或更高版本 (推荐 8.11.0+)。你可以使用 nvmnvm-windows 在同一台电脑中管理多个 Node 版本。

本示例 Node.js 12.14.1

启动项目


git clone https://github.com/sunniejs/vue-h5-template.git

cd vue-h5-template

npm install

npm run serve