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

Commit fccee14

Browse files
authored
Update README.md
1 parent 9491d7a commit fccee14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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-
> Working on next version. [See changes](https://github.com/znck/rollup-plugin-vue/compare/v1.0.3...HEAD)
6+
> Working on next version. [See changes](https://github.com/znck/rollup-plugin-vue/compare/v2.1.0-beta.1...HEAD)
77
> ## Development milestones
88
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
9-
- [ ] Include style.
10-
- [ ] Trans-compiler for script: coffee etc.
9+
- [x] Include style.
10+
- [x] ~Trans-compiler for script: coffee etc.~ Removed transcompiling (see example in Usage)
1111
- [ ] Scoped css.
12-
- [ ] Import script or template.
12+
- [x] Import script or template.
1313

1414
![Rollup Plugin for Vue](cover.png)
1515

0 commit comments

Comments
 (0)