# ckjrweb-mp-ui

> ``` npm install ```

Latest version **0.1.3** (published 2021-12-07) · 0 weekly downloads

## Install

```sh
npm install ckjrweb-mp-ui
pnpm add ckjrweb-mp-ui
yarn add ckjrweb-mp-ui
bun add ckjrweb-mp-ui
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2021-12-07 |
| First published | 2021-03-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 27 |
| Unpacked size | 2.8 MB |
| Known vulnerabilities | 0 (+26 in 2 direct dependencies) |
| Install scripts | no |
| Author | ckjr |
| Maintainers | ckjrweb |

## Links

- npm: https://www.npmjs.com/package/ckjrweb-mp-ui
- npm.io page: https://npm.io/package/ckjrweb-mp-ui

## Dependencies (27)

- [less](https://npm.io/package/less.md) ^3.9.0
- [vuex](https://npm.io/package/vuex.md) ^3.5.1
- [axios](https://npm.io/package/axios.md) ^0.20.0
- [core-js](https://npm.io/package/core-js.md) ^3.6.5
- [echarts](https://npm.io/package/echarts.md) ^4.9.0
- [autosize](https://npm.io/package/autosize.md) ^3.0.20
- [array-map](https://npm.io/package/array-map.md) 0.0.0
- [fastclick](https://npm.io/package/fastclick.md) ^1.0.6
- [array-find](https://npm.io/package/array-find.md) ^1.0.0
- [countup.js](https://npm.io/package/countup.js.md) ^1.8.1
- [idb-keyval](https://npm.io/package/idb-keyval.md) ^3.2.0
- [vue-router](https://npm.io/package/vue-router.md) ^3.4.7
- [es6-promise](https://npm.io/package/es6-promise.md) ^4.2.8
- [array-filter](https://npm.io/package/array-filter.md) ^1.0.0
- [array-shuffle](https://npm.io/package/array-shuffle.md) ^1.0.1
- [object-assign](https://npm.io/package/object-assign.md) ^4.1.0
- [babel-polyfill](https://npm.io/package/babel-polyfill.md) ^6.26.0
- [vue-clipboard2](https://npm.io/package/vue-clipboard2.md) ^0.3.1
- [vuex-router-sync](https://npm.io/package/vuex-router-sync.md) ^5.0.0
- [eslint-plugin-html](https://npm.io/package/eslint-plugin-html.md) ^6.1.0
- [html-webpack-plugin](https://npm.io/package/html-webpack-plugin.md) ^5.5.0
- [webpack-bundle-analyzer](https://npm.io/package/webpack-bundle-analyzer.md) ^3.9.0
- [compression-webpack-plugin](https://npm.io/package/compression-webpack-plugin.md) ^6.0.3
- [script-ext-html-webpack-plugin](https://npm.io/package/script-ext-html-webpack-plugin.md) ^2.1.4
- [@babel/plugin-syntax-dynamic-import](https://npm.io/package/@babel/plugin-syntax-dynamic-import.md) ^7.8.3
- [@vue/babel-plugin-transform-vue-jsx](https://npm.io/package/@vue/babel-plugin-transform-vue-jsx.md) ^1.2.1
- [babel-plugin-transform-remove-console](https://npm.io/package/babel-plugin-transform-remove-console.md) ^6.9.4

## Recent versions

- 0.1.3 (latest) — 2021-12-07
- 0.1.2 — 2021-10-29
- 0.1.1 — 2021-03-19
- 0.1.0 — 2021-03-02

## README

# 知识付费移动端ui框架项目, 核心用的是vux框架，但是目前已经提取出来了

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

### Compiles and minifies for production
```
npm run build:dev
```

### Lints and fixes files
```
npm run lint
```
#### 打包组件，每次发布组件之前必须先要打包
```
npm run build-bundle
```
#### 发布组件
```
npm login
npm publish --access public
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

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