quick start for vue progect 基于quick-start-spa https://github.com/artiely/quick-start-spa 快速开发的h5应用
demo
截图
# 克隆项目
git clone
# 安装依赖
npm install
# 建议不要用cnpm 会时不时丢包 可以通过指定淘宝镜像解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 本地开发 开启服务
npm run dev
For detailed explanation on how things work, checkout the guide and docs for vue-loader.