嵌套灵锡的生命线h5页面

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

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

截图

相关资料

联系我