Skip to content

Commit 30ea7c3

Browse files
committed
Added bower as a package manager option
1 parent 2e2af3a commit 30ea7c3

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Include the stylesheet:
2525
```js
2626
require('vue-animate/dist/vue-animate.min.css')
2727
```
28+
29+
####bower
30+
```shell
31+
bower install --save vue-animate
32+
```
33+
2834
####Less
2935
```less
3036
@import "<PATH_TO_SOURCE>/src/vue-animate.less";

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "vue-animate",
3+
"version": "0.0.5",
4+
"description": "LESS cross-browser animation library, for use with Vue.js. Ported from Animate.css.",
5+
"authors": [
6+
"Hayden Bickerton <[email protected]>"
7+
],
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/haydenbbickerton/vue-animate.git"
12+
},
13+
"main": "dist/vue-animate.css",
14+
"bugs": {
15+
"url": "https://github.com/haydenbbickerton/vue-animate/issues"
16+
},
17+
"keywords": [
18+
"less",
19+
"animate",
20+
"animate.css",
21+
"vue",
22+
"vue.js",
23+
"transition",
24+
"vue-animate",
25+
"css"
26+
],
27+
"ignore": [
28+
"src"
29+
]
30+
}

0 commit comments

Comments
 (0)