vue3-yuanma/packages/compiler-sfc
2020-04-24 17:11:41 -04:00
..
__tests__ feat(compiler-sfc): built-in support for css modules 2020-04-24 09:59:52 -04:00
src types(compiler-sfc): expose SFCAsyncStyleCompileOptions 2020-04-24 17:11:41 -04:00
api-extractor.json feat: (wip) setup compiler-sfc 2019-11-06 21:58:15 -05:00
package.json release: v3.0.0-beta.4 2020-04-24 16:20:20 -04:00
README.md feat(compiler-sfc): use @vue/compiler-dom by default 2019-12-10 22:23:55 -05:00

@vue/compiler-sfc

Lower level utilities for compiling Vue single file components

This package contains lower level utilities that you can use if you are writing a plugin / transform for a bundler or module system that compiles Vue single file components into JavaScript. It is used in vue-loader.

The API surface is intentionally minimal - the goal is to reuse as much as possible while being as flexible as possible.

API

TODO