🔧 Add configuration information and dependencies

This commit is contained in:
2025-04-22 18:11:47 +08:00
parent fd818c487d
commit d4c8d401bf
16 changed files with 531 additions and 31 deletions

17
frontend/.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
[*.vue]
indent_size = 2
tab_width = 2
[{*.har,*.jsb2,*.jsb3,*.json,*.jsonc,*.postman_collection,*.postman_collection.json,*.postman_environment,*.postman_environment.json,.babelrc,.eslintrc,.stylelintrc,.ws-context,jest.config}]
indent_size = 2