This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ As vue-loader is for webpack and vueify is for browserify, similarly its for rol
3
3
4
4
With rollup you can break your application into reusable modules.
5
5
6
+ > There is no stable release of this repository. Wait for version 1.0+, if planning to use it for production.
7
+ ### Development milestones
8
+ - [ ] Basic * .vue files (ES6 script, html template and no style tag.)
9
+ - [ ] Include style.
10
+ - [ ] Transcompiler for script: coffee etc.
11
+ - [ ] Scoped css.
12
+ - [ ] Import script or template.
13
+
6
14
![ Rollup Plugin for Vue] ( cover.png )
7
15
8
16
<p align =" center " >
@@ -33,14 +41,6 @@ With rollup you can break your application into reusable modules.
33
41
npm install --save-dev rollup-plugin-vue
34
42
```
35
43
36
- > There is no stable release of this repository. Wait for version 1.0+, if planning to use it for production.
37
- ### Development milestones
38
- - [ ] Basic * .vue files (ES6 script, html template and no style tag.)
39
- - [ ] Include style.
40
- - [ ] Transcompiler for script: coffee etc.
41
- - [ ] Scoped css.
42
- - [ ] Import script or template.
43
-
44
44
### Usage
45
45
46
46
``` js
You can’t perform that action at this time.
0 commit comments