diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..271822f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index a547bf3..abdd9e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +.DS_Store +node_modules +dist +dist-ssr + +# local env files +*.local + # Logs logs *.log @@ -7,18 +15,16 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -node_modules -dist -dist-ssr -*.local - # Editor directories and files .vscode/* !.vscode/extensions.json .idea -.DS_Store *.suo *.ntvs* *.njsproj *.sln *.sw? + +# Use the PNPM +package-lock.json +yarn.lock diff --git a/README.md b/README.md index e432516..0864dff 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ -# Vue 3 + TypeScript + Vite +## ⚡️ 简介 -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `