# qmh-library

> 组件库

Latest version **1.0.6** (published 2019-12-24) · 0 weekly downloads

## Install

```sh
npm install qmh-library
pnpm add qmh-library
yarn add qmh-library
bun add qmh-library
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2019-12-24 |
| First published | 2019-12-21 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 19.2 KB |
| Known vulnerabilities | 0 (+26 in 2 direct dependencies) |
| Install scripts | no |
| Maintainers | qmh |

## Links

- npm: https://www.npmjs.com/package/qmh-library
- npm.io page: https://npm.io/package/qmh-library

## Dependencies (13)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [vant](https://npm.io/package/vant.md) ^2.2.0
- [vuex](https://npm.io/package/vuex.md) ^3.0.1
- [axios](https://npm.io/package/axios.md) ^0.19.0
- [core-js](https://npm.io/package/core-js.md) ^2.6.5
- [@antv/f2](https://npm.io/package/@antv/f2.md) ^3.4.2
- [jsencrypt](https://npm.io/package/jsencrypt.md) ^3.0.0-rc.1
- [vue-router](https://npm.io/package/vue-router.md) ^3.0.3
- [lib-flexible](https://npm.io/package/lib-flexible.md) ^0.3.2
- [weixin-js-sdk](https://npm.io/package/weixin-js-sdk.md) ^1.4.0-test
- [postcss-px2rem](https://npm.io/package/postcss-px2rem.md) ^0.3.0
- [vue-class-component](https://npm.io/package/vue-class-component.md) ^7.0.2
- [vue-property-decorator](https://npm.io/package/vue-property-decorator.md) ^8.1.0

## Recent versions

- 1.0.6 (latest) — 2019-12-24
- 1.0.5 — 2019-12-24
- 1.0.4 — 2019-12-24
- 1.0.3 — 2019-12-24
- 1.0.2 — 2019-12-24
- 1.0.1 — 2019-12-24
- 1.0.0 — 2019-12-21

## README

# test2

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).


### git分支  如果拉个人开发分支规范    例如：client_qmh_xxx
1.base:基础框架
2.client：中银金链
3.common：共通模块（例如合同）
4.message：消息模块
5.partner：合作伙伴
6.report：报表模块
7.mall:电子商城相关

###  git 分支合并
例如 report_yw_dev  要合并代码到report ,
1.git checkout report
2.git pull origin report
3.git checkout report_yw_dev
4.git merge report (有冲突解决冲突)
5.git add... git commit ..
6.git push origin report_yw_dev
7.gitlab 发起merge 请求

### 项目目录

├── README.md            项目介绍
├── index.html           入口页面
├── public            入口页面目录
│  ├── index.html         入口页面
│  └── favicon.ico            图标
├── config             项目配置
│  ├── dev.env.js           开发环境变量
│  ├── index.js            项目配置文件
│  ├── prod.env.js           生产环境变量
│  └── test.env.js           测试环境变量
├── mock              mock数据目录
│  └── hello.js
├── package.json          npm包配置文件，里面定义了项目的npm脚本，依赖包等信息
├── src               源码目录  
│  ├── api           公共http请求api
│  │  └── index.ts
│  ├── assets             资源目录，这里的资源会被wabpack构建
│  │  └── images
│  │    └── logo.png
│  ├── components               自定义组件库
│  │  └── ..
│  ├── directive                自定义指令
│  │  └── images
│  ├── filters                  自定义过滤器
│  │  └── index.ts      
│  ├── mixins                   自定义混合方法
│  │  └── index.ts  
│  ├── router                   前端路由
│  │  ├── routerWatcher.ts          路由监听
│  │  └── router.ts                 配置具体路由  
│  ├── scss                     前端共通样式
│  │  ├── button.scss               共通button
│  │  ├── form.scss                 表单样式
│  │  ├── init.scss                 工程初始化样式
│  │  ├── list.scss                 列表样式
│  │  ├── main.scss                 引用输出所有样式
│  │  ├── region.scss               区域-header footer等
│  │  ├── toast.scss                提示消息
│  │  └── variable.scss             共通变量 
│  ├── store                    应用级数据（state）
│  │  ├── modules                  模块
│  │  └── index.ts   
│  ├── utils                    工具
│  │  └── request.ts                共通请求  
│  ├── views.ts                 业务页面
│  │  └── Login                     登录
│  ├── main.ts                  入口文件
│  ├── app.vue                  根组件
│  ├── shims-tsx.d.ts              
│  └── shims-vue.d.ts          
├── static             纯静态资源，不会被wabpack构建。
└── vue.config.js              webpack 配置文件

---
_Source: https://npm.io/package/qmh-library · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
