1.Vite配置相关文件
vite.config.ts
build\vite\optimize.ts
build\vite\index.ts
package.json
package-lock.json
pnpm-lock.yaml
types文件
types\router.d.ts
types\global.d.ts
types\env.d.ts
types\custom-types.d.ts
types\components.d.ts
环境配置
.env.test
.env.stage
.env.prod
.env.local
.env.dev
.env
2.文本文件
LICENSE
3.编辑器相关文件
.vscode\settings.json
.vscode\extensions.json
.editorconfig
4.静态资源
public\favicon.ico
index.html
5.ignore文件
.stylelintignore
.prettierrc.json
.prettierignore
.gitignore
.gitattributes
.eslintignore
6.其他配置文件
tsconfig.json
stylelint.config.js
prettier.config.js
postcss.config.js
.eslintrc.js
.eslintrc-auto-import.json
uno.config.ts