# fis3-hook-components

> fis3 components plugin

Latest version **1.0.4** (published 2016-05-25) · BSD license · 0 weekly downloads

## Install

```sh
npm install fis3-hook-components
pnpm add fis3-hook-components
yarn add fis3-hook-components
bun add fis3-hook-components
```

## 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 | 2016-05-25 |
| First published | 2015-05-26 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | fis |
| Maintainers | 2betop |
| Keywords | fis3, components |

## Links

- npm: https://www.npmjs.com/package/fis3-hook-components
- Repository: https://github.com/2betop/fis3-plugin-components
- Issues: https://github.com/2betop/fis3-plugin-components/issues
- npm.io page: https://npm.io/package/fis3-hook-components

## Recent versions

- 1.0.4 (latest) — 2016-05-25
- 1.0.3 — 2015-12-21
- 1.0.2 — 2015-12-08
- 1.0.1 — 2015-09-02
- 1.0.0 — 2015-05-26

## README

# fis3-hook-components

fis3 [fis-components](https://github.com/fis-components/components) 支持。

## 安装

全局安装或者本地安装都可以。

```
npm install fis3-hook-components
```

## 配置

暂无配置，默认已经捆绑进 fis3. 可以通过以下配置禁用。


fis-conf.js

```javascript
fis.unhook('components');
```

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