FranckFreiburger/vue3-sfc-loader

Roadmap

FranckFreiburger opened this issue · 0 comments

  • 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
  • translate to TypeScript

    • in progress
    • done
  • replace npm with yarn

    • in progress
    • done
  • replace @babel/preset-env with babel-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