Animate component for vue.js 2.0
Animate component for vue.js 2.0
yarn
```shell script
yarn add ani-ui@latest
### using CDN
```html
<link rel="stylesheet" href="https://unpkg.com/ani-ui/dist/ani-ui.css">
<script src="https://unpkg.com/ani-ui/dist/ani-ui.common.js"></script>
add this code to your ./public/index.html
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Using the icons in vue or html
exp. face icon
<i class="material-icons">face</i>
yarn
or vue-cli-service
```shell script
yarn output
```shell script
vue-cli-service build --target lib --name ani-ui ./src/lib/index.js
those two commands are same command
check it out in$repo root dir
/distLicense
MIT LICENSE
view License file
none