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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Mar 31, 2016
1 parent 3e949e6 commit fd07fa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ As vue-loader is for webpack and vueify is for browserify, similarly its for rol

With rollup you can break your application into reusable modules.

> [Working on next version](https://github.com/znck/rollup-plugin-vue/compare/v1.0.3...HEAD)
> Working on next version. [See changes](https://github.com/znck/rollup-plugin-vue/compare/v1.0.3...HEAD)
> ## Development milestones
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
- [ ] Include style.
- [ ] Trans-compiler for script: coffee etc.
- [ ] Scoped css.
- [ ] Import script or template.

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

Expand Down Expand Up @@ -47,13 +53,6 @@ rollup({
});
```

## Development milestones
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
- [ ] Include style.
- [ ] Trans-compiler for script: coffee etc.
- [ ] Scoped css.
- [ ] Import script or template.

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
Expand Down
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
machine:
node:
version: 5.6.0

0 comments on commit fd07fa2

Please sign in to comment.