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

Commit b6fc6be

Browse files
committed
Update milestones.
1 parent bc1f5f7 commit b6fc6be

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ 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/v2.1.0-beta.1...HEAD)
6+
> Working on next version. [See changes](https://github.com/znck/rollup-plugin-vue/compare/v2.2.0...HEAD)
77
> ## Development milestones
8-
- [x] Basic *.vue files (ES6 script, html template and no style tag.)
9-
- [x] Include style.
10-
- [x] ~Trans-compiler for script: coffee etc.~ Removed transcompiling (see example in Usage)
11-
- [ ] Scoped css.
12-
- [x] Import script or template.
8+
- [ ] Scoped css for each component.
9+
- [ ] Allow using other rollup plugins for each part of Vue template, e.g. `jade` for `<template>`, `scss` for `<style>`, `coffee` for `<script>`.
10+
- [ ] Treat static assets in `<template>` and `<style>` as dependencies.
1311

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

0 commit comments

Comments
 (0)