|
|
il y a 1 an | |
|---|---|---|
| public | il y a 1 an | |
| src | il y a 1 an | |
| tests | il y a 2 ans | |
| .browserslistrc | il y a 2 ans | |
| .editorconfig | il y a 2 ans | |
| .env | il y a 2 ans | |
| .env.development | il y a 1 an | |
| .env.production | il y a 2 ans | |
| .eslintignore | il y a 2 ans | |
| .eslintrc.js | il y a 2 ans | |
| .gitignore | il y a 1 an | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| babel.config.js | il y a 2 ans | |
| dist.zip | il y a 1 an | |
| jest.config.js | il y a 2 ans | |
| package-lock.json | il y a 1 an | |
| package.json | il y a 2 ans | |
| postcss.config.js | il y a 2 ans | |
| readme.txt | il y a 2 ans | |
| vue.config.js | il y a 2 ans |
基于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
高德地图 amap高德地图vue组件 高德原生
mint-ui框架 mint-ui
vue-cli3.x文档 vue-cli3.x
antv-f2移动端可视化ui框架 antv-f2