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

Commit 2bad59a

Browse files
committed
Update README.md
1 parent 6cd1f4d commit 2bad59a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ 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-
146
![Rollup Plugin for Vue](cover.png)
157

168
<p align="center">
@@ -53,10 +45,12 @@ rollup({
5345
});
5446
```
5547

56-
### Limitations
57-
58-
- Multiple script tags not working.
59-
48+
### Development milestones
49+
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
50+
- [ ] Include style.
51+
- [ ] Trans-compiler for script: coffee etc.
52+
- [ ] Scoped css.
53+
- [ ] Import script or template.
6054

6155
## Change log
6256

0 commit comments

Comments
 (0)