$ gnpm install @gidc-vue2-mobile-project-template/gidc-h5
.
├── config # 代理
├── dist # 打包之后的问天所在位置
├── public # 静态资源文件
└── src # 主资源
├── assets # 资源包
├── common # 公共依赖
├── components # 公共组件
├── config # 公共模块配置
├── router # 路由配置
├── store # 数据存储管理
├── utils # 工具
└── views # 页面,此一级下面的文件、文件夹均为页面
安装
npm install
# 或使用淘宝镜像 http://registry.npm.taobao.org
# npm install --registry=http://registry.npm.taobao.org
# cnpm install
运行
npm run serve
之后在浏览器地址栏中输入http://localhost:<port>/#/<路由名>
即可访问
编译、打包
npm run build # 打包
Copyright 2013 - present © cnpmjs.org | Home |