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

Commit fd07fa2

Browse files
committed
Update readme
1 parent 3e949e6 commit fd07fa2

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Diff for: README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +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](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/v1.0.3...HEAD)
7+
> ## Development milestones
8+
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
9+
- [ ] Include style.
10+
- [ ] Trans-compiler for script: coffee etc.
11+
- [ ] Scoped css.
12+
- [ ] Import script or template.
713

814
![Rollup Plugin for Vue](cover.png)
915

@@ -47,13 +53,6 @@ rollup({
4753
});
4854
```
4955

50-
## Development milestones
51-
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
52-
- [ ] Include style.
53-
- [ ] Trans-compiler for script: coffee etc.
54-
- [ ] Scoped css.
55-
- [ ] Import script or template.
56-
5756
## Change log
5857

5958
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Diff for: circle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
machine:
2+
node:
3+
version: 5.6.0

0 commit comments

Comments
 (0)