0.2.3 • Published 2 years ago

moa-mobile-component-library v0.2.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

moa-mobile-component-library

长春一汽Vue移动端组件库

目录介绍

├── docs                   组件文档存放路径
│   ├── demo               
│   │   └── **.md          组件文档示例
│   ├── demo-style               
│   │   └── index.scss     组件文档示例样式
│   └── nav.config.json    组件菜单配置
├── src                    组件主目录
│   ├── config             全局配置
│   │   ├── http           服务调用公共配置
│   │   ├── message        消息配置
│   │   └── route          路由公共配置
│   ├── constant           常量定义
│   ├── mixin              组件混入逻辑
│   ├── service            公共服务
│   ├── store              Vuex公共状态管理
│   ├── util               公共业务逻辑
│   ├── install.js         公共业务框架安装器
│   └── lib.js             框架入口
├── style                  全局样式
├── .browserslistrc.js     浏览器 配置
├── .eslintrc.js           eslint 配置
└── tsconfig.json          typescript 配置

命令介绍

名称描述备注
yarn dev项目启动框架开发和文档开发在一起
yarn build:lib框架打包-
yarn build:demo框架示例打包-

配置