# nanq-ui-01

> "第一个版本"

Latest version **1.0.3** (published 2019-11-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install nanq-ui-01
pnpm add nanq-ui-01
yarn add nanq-ui-01
bun add nanq-ui-01
```

## 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.3 |
| Published | 2019-11-07 |
| First published | 2019-11-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 252.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | "daxian" |
| Maintainers | jiangdaxian |

## Links

- npm: https://www.npmjs.com/package/nanq-ui-01
- npm.io page: https://npm.io/package/nanq-ui-01

## Recent versions

- 1.0.3 (latest) — 2019-11-07
- 1.0.2 — 2019-11-07
- 1.0.1 — 2019-11-07
- 1.0.0 — 2019-11-07

## README

# 使用

------

## 1.安装

```
npm i nanq-ui-01 
```

## 2.使用

#### 1.在main.js引入nanq-ui-01

#### 2.在main.js引入nanq-ui-01.css

```
import Vue from 'vue'
import App from './App.vue'
import ui from 'nanq-ui-01'//引入UI组件
import 'UIpackage/nanq-ui-01.css'//引入UI组件样式
Vue.use(ui)
Vue.config.productionTip = false
new Vue({
  render: h => h(App),
}).$mount('#app')
```

3.img组件

```
<ui-img></ui-img>
```

该组件默认展示一张图片

| 属性   | 类型   | 默认值 |
| ------ | ------ | ------ |
| imgSrc | String | --     |

4.翻转名字组件

```
<ui-reverse name="文莱德"></ui-reverse>
```
该组件用于翻转名字

| 属性 | 类型   | 默认值 |
| ---- | ------ | ------ |
| name | String | --     |

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