# vue-fitd

> Vue UI Library & FIT Design

Latest version **0.0.0** (published 2016-05-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-fitd
pnpm add vue-fitd
yarn add vue-fitd
bun add vue-fitd
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2016-05-20 |
| First published | 2016-05-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Dafrok |
| Maintainers | dafrok |
| Keywords | vue, fit, baidu, fitd, vue-fitd |

## Links

- npm: https://www.npmjs.com/package/vue-fitd
- Repository: https://github.com/Dafrok/vue-fitd
- Homepage: https://github.com/Dafrok/vue-fitd#readme
- Issues: https://github.com/Dafrok/vue-fitd/issues
- npm.io page: https://npm.io/package/vue-fitd

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2016-05-20

## README

# vue-fitd

## Get Start

```vue
<script>
import {FitButton} from 'vue-fitd'
export default {
  template: `<fit-button>Button</fit-button>`
  components: {
    fitButton: FitButton
  }
}
</script>
```

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```

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