Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(contributing): missing structure info for compiler-sfc (#3559) […
…ci skip]
  • Loading branch information
JayFate committed Jan 17, 2022
1 parent 3adfc0f commit 8cbfe09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/contributing.md
Expand Up @@ -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-sfc`: Lower level utilities for compiling Vue Single File Components.

- `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.
Expand Down

0 comments on commit 8cbfe09

Please sign in to comment.