# @nsfocus/icons-vue

> Nsfocus Icons for Vue

Latest version **2.0.6** (published 2020-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nsfocus/icons-vue
pnpm add @nsfocus/icons-vue
yarn add @nsfocus/icons-vue
bun add @nsfocus/icons-vue
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.6 |
| Published | 2020-06-03 |
| First published | 2020-06-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 477.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | rem_npm |

## Links

- npm: https://www.npmjs.com/package/@nsfocus/icons-vue
- npm.io page: https://npm.io/package/@nsfocus/icons-vue

## Dependencies (5)

- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [insert-css](https://npm.io/package/insert-css.md) ^2.0.0
- [@ant-design/colors](https://npm.io/package/@ant-design/colors.md) ^3.1.0
- [@nsfocus/icons-svg](https://npm.io/package/@nsfocus/icons-svg.md) ^4.1.3

## Recent versions

- 2.0.6 (latest) — 2020-06-03
- 2.0.3 — 2020-06-03
- 2.0.2 — 2020-06-03
- 2.0.1 — 2020-06-03
- 2.0.0 — 2020-06-03

## README

<h1 align="center">
Nsfocus Icons for Vue
</h1>

<div align="center">

<!-- [![NPM version](https://img.shields.io/npm/v/@nsfocus/icons-vue.svg?style=flat)](https://npmjs.org/package/@nsfocus/icons-vue)
[![NPM downloads](http://img.shields.io/npm/dm/@nsfocus/icons-vue.svg?style=flat)](https://npmjs.org/package/@nsfocus/icons-vue) -->

</div>

## Install

```bash
yarn add @nsfocus/icons-vue
```

## Basic Usage

First, you should add the icons that you need into the library.

```js
import Vue from 'vue'
import { Filter } from '@nsfocus/icons-vue';
Vue.component(Filter.name, Filter);
```

After that, you can use antd icons in your Vue components as simply as this:

```jsx
<icon-filter />
```

## Build project

```bash
npm run generate # Generate files to ./src
npm run compile # Build library
npm run test # Runing Test
```

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