目前形成了一个可以使用的全量渲染组件树的示例代码。

This commit is contained in:
徐涛
2024-12-13 16:18:45 +08:00
commit 42cba4f19e
20 changed files with 1427 additions and 0 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"bracketSpacing": true,
"bracketSameLine": true,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 100
}