mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2026-05-21 18:28:12 +08:00
323 B
323 B
启动项目
环境要求
- Node.js >= 14(推荐 16+)
- yarn(推荐)或 npm
# 拉取项目
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