1
1
<div class =" text-xs-center " align =" center " style =" margin : 20px " >
2
- <img src =" docs/assets/images/ logo.png" >
2
+ <img src =" logo.png " >
3
3
</div >
4
4
5
5
## Introduction
6
+
6
7
As 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.**
7
8
8
9
With rollup you can break your application into reusable modules.
@@ -11,53 +12,32 @@ With rollup you can break your application into reusable modules.
11
12
<a href =" https://circleci.com/gh/vuejs/rollup-plugin-vue " >
12
13
<img src="https://circleci.com/gh/vuejs/rollup-plugin-vue.svg?style=svg" alt="Build Status" />
13
14
</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 >
17
15
<a href =" https://coveralls.io/github/znck/rollup-plugin-vue?branch=master " >
18
16
<img src="https://coveralls.io/repos/github/znck/rollup-plugin-vue/badge.svg?branch=master&style=flat-square" alt="Coverage Status" />
19
17
</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 >
36
18
</p >
37
19
38
20
## Usage
39
21
40
22
``` js
41
23
import vue from ' rollup-plugin-vue'
42
24
43
- export default {
25
+ export default {
44
26
entry: ' main.js' ,
45
- plugins: [
46
- vue (/* options */ )
47
- ]
27
+ plugins: [vue (/* options */ )]
48
28
}
49
- ```
29
+ ```
50
30
51
31
## Security
52
32
53
33
If you discover any security related issues, please email
[email protected] instead of using the issue tracker.
54
34
55
35
## Credits
56
36
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 ]
61
41
62
42
## License
63
43
0 commit comments