docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip]
This commit is contained in:
parent
3adfc0fe94
commit
8cbfe092cf
2
.github/contributing.md
vendored
2
.github/contributing.md
vendored
@ -178,6 +178,8 @@ This repository employs a [monorepo](https://en.wikipedia.org/wiki/Monorepo) set
|
|||||||
|
|
||||||
- `compiler-dom`: Compiler with additional plugins specifically targeting the browser.
|
- `compiler-dom`: Compiler with additional plugins specifically targeting the browser.
|
||||||
|
|
||||||
|
- `compiler-sfc`: Lower level utilities for compiling Vue Single File Components.
|
||||||
|
|
||||||
- `compiler-ssr`: Compiler that produces render functions optimized for server-side rendering.
|
- `compiler-ssr`: Compiler that produces render functions optimized for server-side rendering.
|
||||||
|
|
||||||
- `template-explorer`: A development tool for debugging compiler output. You can run `nr dev template-explorer` and open its `index.html` to get a repl of template compilation based on current source code.
|
- `template-explorer`: A development tool for debugging compiler output. You can run `nr dev template-explorer` and open its `index.html` to get a repl of template compilation based on current source code.
|
||||||
|
Loading…
Reference in New Issue
Block a user