Roadmap
FranckFreiburger opened this issue · 0 comments
FranckFreiburger commented
-
core
- add binary support in order to support image resources (eg.
import logo from "../images/logo.png";) - make babel transpilation optional for non-.vue modules
- add binary support in order to support image resources (eg.
-
translate to TypeScript
- in progress
- done
-
replace npm with yarn
- in progress
- done
-
replace
@babel/preset-envwithbabel-polyfills- in progress
- done
-
leave Major version zero
- stable public API
- get enough feedback
- ready for 1.0.0
background tasks
- reduce
dist/size - enhance the doc
- add unit tests
- add more examples