feat: 前端基础框架

This commit is contained in:
2026-04-07 14:02:24 +08:00
parent 9b8a5ffb65
commit edcea6befb
297 changed files with 47911 additions and 0 deletions

20
oms-vue/.prettierrc Normal file
View File

@@ -0,0 +1,20 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"trailingComma": "none",
"bracketSameLine": false,
"jsxSingleQuote": false,
"arrowParens": "always",
"insertPragma": false,
"requirePragma": false,
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "auto",
"rangeStart": 0
}