From: JayFate <48240828+JayFate@users.noreply.github.com> Date: Mon, 17 Jan 2022 23:34:47 +0000 (+0800) Subject: docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip] X-Git-Tag: v3.2.28~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cbfe092cf9c517e79365151d6a7994c36fbe7c8;p=thirdparty%2Fvuejs%2Fcore.git docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip] --- diff --git a/.github/contributing.md b/.github/contributing.md index 2b0995a1ef..773b942a51 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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.