嵌套灵锡的生命线h5页面

zt e6cf348dac 连灵锡 9 月之前
public 92a24c3784 连灵锡 9 月之前
src e6cf348dac 连灵锡 9 月之前
tests 52cafdb872 创建仓库 10 月之前
.browserslistrc 52cafdb872 创建仓库 10 月之前
.editorconfig 52cafdb872 创建仓库 10 月之前
.env 52cafdb872 创建仓库 10 月之前
.env.development 52cafdb872 创建仓库 10 月之前
.env.production 52cafdb872 创建仓库 10 月之前
.eslintignore 52cafdb872 创建仓库 10 月之前
.eslintrc.js 52cafdb872 创建仓库 10 月之前
.gitignore 52cafdb872 创建仓库 10 月之前
LICENSE 52cafdb872 创建仓库 10 月之前
README.md 52cafdb872 创建仓库 10 月之前
babel.config.js 52cafdb872 创建仓库 10 月之前
jest.config.js 52cafdb872 创建仓库 10 月之前
package-lock.json 52cafdb872 创建仓库 10 月之前
package.json 52cafdb872 创建仓库 10 月之前
postcss.config.js 52cafdb872 创建仓库 10 月之前
readme.txt 52cafdb872 创建仓库 10 月之前
vue.config.js 92a24c3784 连灵锡 9 月之前

README.md

VUECLI3-H5

基于vuecli3构建的一个快速开发h5 APP的模板,集成了高德地图、mint-ui,以及antv-f2可视化框架

项目结构

|--dist
|--node_modules
|--public
|--src
   |--api    //api请求
   |--assets  //资源文件
   |--commponents   //主键
   |--pages
        |--entry    //首页
        |--mine     //我的
        |--staticstics  //统计
        |--Login.vue   //登录
        |--Entrance.vue   //页面框架
   |--plugins
        |--axios.js   //http请求
   |--router
        |--index.js   //路由
   |--store     //vuex状态管理
        |--modules
        |--index.js
        |--mutation-types.js
        |--plugins.js
   |--style
   |--utils  
        |--commons.js   //公共方法
   |--App.vue
   |--bus.js    //事件总线
   |--filters.js   //过滤器
   |--main.js      
   |--mixin.js   //混合
|--tests
|--.browserslistrc

安装依赖

npm install

本地运行

npm run serve

编译构建

npm run build

测试

npm run test

代码检查

npm run lint

单元测试

npm run test:unit

截图

相关资料

联系我