diff --git a/.npmignore b/.npmignore index 7a244ea..bd841d0 100644 --- a/.npmignore +++ b/.npmignore @@ -8,3 +8,7 @@ config dist/*.map lib test +docs +README.md +LICENSE +fusionfile.js diff --git a/example/images/logo.png b/example/images/logo.png deleted file mode 100644 index 8bbf984..0000000 Binary files a/example/images/logo.png and /dev/null differ diff --git a/example/index.html b/example/index.html deleted file mode 100644 index 9d17721..0000000 --- a/example/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - Vue2-animate - For Vue.js transitions - - - - - - - - - -
-
-

Vue2-animate

-

- A Vue.js 2.0 port of Animate.css. For use with Vue's built-in transitions -

-

- - Star - - Download -

-

Install »

-
-
- -
-
-
-

Select an effect to DEMO

-
- -
- -
-
<transition-group name="{{ effect }}" tag="ul" class="list-group">
-    <li v-for="(item, i) in items" class="list-group-item" v-bind:key="i">{{ item }}</li>
-</transition-group>
-
-
-
-
-
- - - - - -
-
- -
- -
  • {{ item }}
  • -
    -
    -
    - -
    -
    - - - - - - - \ No newline at end of file