FranckFreiburger/http-vue-loader

ANNOUNCEMENT

FranckFreiburger opened this issue · 0 comments

I regret to announce that I will no longer maintain http-vue-loader codebase.

However, the (very) good news is that vue3-sfc-loader now supports Vue 3 and Vue 2 (thanks to @Toilal for its contribution).

vue3-sfc-loader Key Features

  • Supports Vue 3 and Vue 2
  • Only requires Vue runtime-only build
  • Focuses on component compilation. Network, styles injection and cache are up to you
  • Embedded ES6 modules support ( including import() )
  • SFC Custom Blocks support
  • JSX support
  • Support custom CSS, HTML and Script language, see pug and stylus examples
  • Properly reports template, style or script errors through the log callback
  • You can build your own version and easily customize browsers you need to support