项目作者: ani-ui

项目描述 :
Animate component for vue.js 2.0
高级语言: Vue
项目地址: git://github.com/ani-ui/ani-ui.git
创建时间: 2019-07-30T08:40:18Z
项目社区:https://github.com/ani-ui/ani-ui

开源协议:MIT License

下载


ani-ui

Animate component for vue.js 2.0

中文 开始入手

Documentation(Only Chinese temporarily)



npm (scoped)

Getting Started

using yarn

```shell script
yarn add ani-ui@latest

  1. ### using CDN
  2. ```html
  3. <link rel="stylesheet" href="https://unpkg.com/ani-ui/dist/ani-ui.css">
  4. <script src="https://unpkg.com/ani-ui/dist/ani-ui.common.js"></script>

using Material Design Icons

add this code to your ./public/index.html

  1. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Using the icons in vue or html

exp. face icon

  1. <i class="material-icons">face</i>

Build The Latest Version

using yarn or vue-cli-service

```shell script
yarn output

  1. ```shell script
  2. 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/dist

License

MIT LICENSE

view License file

Author

laiiihz

Special Thanks

none