From 510a0abfdbac41fe176df4240fa7dc5689794788 Mon Sep 17 00:00:00 2001 From: pengjie <37610029@qq.com> Date: Thu, 8 Apr 2021 01:16:17 +0800 Subject: [PATCH] docs(contributing): missing structure info for compiler-sfc Signed-off-by: pengjie <37610029@qq.com> --- .github/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/contributing.md b/.github/contributing.md index 9dd15e3943e..5c01918b019 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -172,6 +172,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 `yarn dev template-explorer` and open its `index.html` to get a repl of template compilation based on current source code.