Vue 3 + TypeScript + Vite 工程配置,包含 package.json、tsconfig、vite.config.ts 及 .gitignore(忽略 node_modules/dist/自动生成类型声明)。
23 lines
243 B
Plaintext
23 lines
243 B
Plaintext
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# 自动生成的类型声明
|
|
auto-imports.d.ts
|
|
components.d.ts
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|