11<div class =" text-xs-center " align =" center " style =" margin : 20px " >
2- <img src =" docs/assets/images/ logo.png" >
2+ <img src =" logo.png " >
33</div >
44
55## Introduction
6+
67As vue-loader is for webpack and vueify is for browserify, similarly its for rollup. As we know, webpack and browserify concat stuff and make it runnable in browser. Its difficult to share .vue components. ** Now roll your [ Vue] ( http://vuejs.org/ ) components.**
78
89With rollup you can break your application into reusable modules.
@@ -11,53 +12,32 @@ With rollup you can break your application into reusable modules.
1112 <a href =" https://circleci.com/gh/vuejs/rollup-plugin-vue " >
1213 <img src="https://circleci.com/gh/vuejs/rollup-plugin-vue.svg?style=svg" alt="Build Status" />
1314 </a >
14- <a href =" http://standardjs.com " >
15- <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Code Style" />
16- </a >
1715 <a href =" https://coveralls.io/github/znck/rollup-plugin-vue?branch=master " >
1816 <img src="https://coveralls.io/repos/github/znck/rollup-plugin-vue/badge.svg?branch=master&style=flat-square" alt="Coverage Status" />
1917 </a >
20- <a href =" https://www.codacy.com/app/vuejs/rollup-plugin-vue " >
21- <img src="https://api.codacy.com/project/badge/grade/e3402df0135240c29a1d25bab93932a0"/>
22- </a >
23- <a href =" LICENSE " >
24- <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License" />
25- </a >
26- <a href =" https://npmjs.org/package/rollup-plugin-vue " >
27- <img src="https://img.shields.io/npm/v/rollup-plugin-vue.svg?style=flat-square" alt="NPM" />
28- </a >
29- <a href =" https://github.com/vuejs/rollup-plugin-vue/releases " >
30- <img src="https://img.shields.io/github/release/vuejs/rollup-plugin-vue.svg?style=flat-square" alt="Latest Version" />
31- </a >
32-
33- <a href =" https://github.com/vuejs/rollup-plugin-vue/issues " >
34- <img src="https://img.shields.io/github/issues/vuejs/rollup-plugin-vue.svg?style=flat-square" alt="Issues" />
35- </a >
3618</p >
3719
3820## Usage
3921
4022``` js
4123import vue from ' rollup-plugin-vue'
4224
43- export default {
25+ export default {
4426 entry: ' main.js' ,
45- plugins: [
46- vue (/* options */ )
47- ]
27+ plugins: [vue (/* options */ )]
4828}
49- ```
29+ ```
5030
5131## Security
5232
5333If you discover any security related issues, please email hi@znck.me instead of using the issue tracker.
5434
5535## Credits
5636
57- - [ Rahul Kadyan] ( https://github.com/znck )
58- - [ Thomas Ghysels] ( https://github.com/thgh )
59- - [ Eduardo San Martin Morote] ( https://github.com/posva )
60- - [ All Contributors] [ link-contributors ]
37+ * [ Rahul Kadyan] ( https://github.com/znck )
38+ * [ Thomas Ghysels] ( https://github.com/thgh )
39+ * [ Eduardo San Martin Morote] ( https://github.com/posva )
40+ * [ All Contributors] [ link-contributors ]
6141
6242## License
6343
0 commit comments