Evan You 4c43d4e5b9 feat(compiler-sfc): `<script setup>` support (experimental) 6 년 전
..
__tests__ 4c43d4e5b9 feat(compiler-sfc): `<script setup>` support (experimental) 6 년 전
src 4c43d4e5b9 feat(compiler-sfc): `<script setup>` support (experimental) 6 년 전
README.md bd0f7da2c6 build: add browser builds for @vue/compiler-sfc 6 년 전
api-extractor.json c9bf7ded2e refactor(types): mark internal API exports and exclude from d.ts 6 년 전
package.json 2c3cdab93d wip: generate runtime prop type checks in dev 6 년 전

README.md

@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.

Browser Build Usage

This package relies on postcss, postcss-selector-parser and postcss-modules

API

TODO