嵌套灵锡的生命线h5页面

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

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

截图

相关资料

联系我