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

Commit

Permalink
Update milestones.
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Sep 7, 2016
1 parent bc1f5f7 commit b6fc6be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ 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. [See changes](https://github.com/znck/rollup-plugin-vue/compare/v2.1.0-beta.1...HEAD)
> Working on next version. [See changes](https://github.com/znck/rollup-plugin-vue/compare/v2.2.0...HEAD)
> ## Development milestones
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
- [x] Include style.
- [x] ~Trans-compiler for script: coffee etc.~ Removed transcompiling (see example in Usage)
- [ ] Scoped css.
- [x] Import script or template.
- [ ] Scoped css for each component.
- [ ] Allow using other rollup plugins for each part of Vue template, e.g. `jade` for `<template>`, `scss` for `<style>`, `coffee` for `<script>`.
- [ ] Treat static assets in `<template>` and `<style>` as dependencies.

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

Expand Down

0 comments on commit b6fc6be

Please sign in to comment.