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

Commit baca254

Browse files
committed
Update README.md
1 parent 2081177 commit baca254

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ With rollup you can break your application into reusable modules.
3333
npm install --save-dev rollup-plugin-vue
3434
```
3535

36+
> There is no stable release of this repository. Wait for version 1.0+, if planning to use it for production.
37+
### Development milestones
38+
- [ ] Basic *.vue files (ES6 script, html template and no style tag.)
39+
- [ ] Include style.
40+
- [ ] Transcompiler for script: coffee etc.
41+
- [ ] Scoped css.
42+
- [ ] Import script or template.
43+
3644
### Usage
3745

3846
```js

0 commit comments

Comments
 (0)