|
|
před 6 roky | |
|---|---|---|
| .. | ||
| __tests__ | 8ffd79c754 fix(compiler-core): handle template root and template v-if as stable fragments | před 6 roky |
| src | f77ae132e5 feat(hmr): reload and force slot update on re-render | před 6 roky |
| README.md | 818bf17cb7 feat(compiler-sfc): use @vue/compiler-dom by default | před 6 roky |
| api-extractor.json | 7031e6a07a feat: (wip) setup compiler-sfc | před 6 roky |
| package.json | 818bf17cb7 feat(compiler-sfc): use @vue/compiler-dom by default | před 6 roky |
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.
TODO