Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Include the stylesheet:
```js
require('vue-animate/dist/vue-animate.min.css')
```

####bower
```shell
bower install --save vue-animate
```

####Less
```less
@import "<PATH_TO_SOURCE>/src/vue-animate.less";
Expand Down
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "vue-animate",
"version": "0.0.5",
"description": "LESS cross-browser animation library, for use with Vue.js. Ported from Animate.css.",
"authors": [
"Hayden Bickerton <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/haydenbbickerton/vue-animate.git"
},
"main": "dist/vue-animate.css",
"bugs": {
"url": "https://github.com/haydenbbickerton/vue-animate/issues"
},
"keywords": [
"less",
"animate",
"animate.css",
"vue",
"vue.js",
"transition",
"vue-animate",
"css"
],
"ignore": [
"src"
]
}