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
33
44With rollup you can break your application into reusable modules.
55
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+
614![ Rollup Plugin for Vue] ( cover.png )
715
816<p align =" center " >
@@ -33,14 +41,6 @@ With rollup you can break your application into reusable modules.
3341npm install --save-dev rollup-plugin-vue
3442```
3543
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-
4444### Usage
4545
4646``` js
You can’t perform that action at this time.
0 commit comments