diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 6be30b5..5b9b8a7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,7 +8,9 @@ // 推荐扩展 unocss 官方推荐 "antfu.unocss", // 推荐扩展 eslint 官方推荐 - "dbaeumer.vscode-eslint" + "dbaeumer.vscode-eslint", + // 推荐扩展 stylelint 官方推荐 格式化 scss 代码问题 + "stylelint.vscode-stylelint" ] } diff --git a/README.md b/README.md index 33895ab..d4e49f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,132 @@ -# Vue 3 + TypeScript + Vite +# ruoyi-element-ai -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `