# cub-ui

> cub-ui project

Latest version **1.0.4** (published 2020-09-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install cub-ui
pnpm add cub-ui
yarn add cub-ui
bun add cub-ui
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2020-09-12 |
| First published | 2020-08-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 2.5 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | fc513722 |
| Maintainers | fc513722 |
| Keywords | cub-ui |

## Links

- npm: https://www.npmjs.com/package/cub-ui
- Repository: https://github.com/fc-cutaway/cub-ui
- Homepage: https://github.com/fc-cutaway/cub-ui#readme
- Issues: https://github.com/fc-cutaway/cub-ui/issues
- npm.io page: https://npm.io/package/cub-ui

## Dependencies (3)

- [vue](https://npm.io/package/vue.md) ^2.6.11
- [better-scroll](https://npm.io/package/better-scroll.md) ^1.15.2
- [@babel/polyfill](https://npm.io/package/@babel/polyfill.md) ^7.8.7

## Recent versions

- 1.0.4 (latest) — 2020-09-12
- 1.0.3 — 2020-08-07
- 1.0.2 — 2020-08-07
- 1.0.1 — 2020-08-07

## README

# 说明文档

## 使用

## 加入贡献

### 一、 初始化开发

```bash
# 1. 初始化
  cd cub-ui && npm i 或者 cnpm i

# 2. 启动文档编写服务
  npm run server:doc

# 3. 启动example服务
  npm run server:example

# 到这里，就已经可以开始开发了。

# 4. 运行单元测试，并监听代码变化持续执行单元测试
  npm run watch:test

# 5. 构建测试环境包
  npm run build:test

# 6. 构建生成环境包
  npm run build:prd

# 二、目录结构

## 作为该项目的开发者，主要需要关注的目录有三个:

  1. src:源码目录
  2. doc:文档目录
  3. examples:组件示例目录--开发时引入到组件示例中查看结果；

# 其中src目录下包含:

  components:组件目录，下面的每一个组件是一个单独的目录
  images:公共图片
  plugins:插件目录，将组件封装成插件的调用形式
  styles:样式目录
  utils:工具目录
  flexible.js 适配js
  index.js 组件输出js,
  lib:组件输出目录(执行npm run test or npm run prd 生成lib文件夹)

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