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

323 B
Raw Blame History

启动项目

环境要求

  • 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