Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 4a69466

Browse files
committed
Update README.md
1 parent baca254 commit 4a69466

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ As vue-loader is for webpack and vueify is for browserify, similarly its for rol
33

44
With 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.
3341
npm 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

0 commit comments

Comments
 (0)