- 配置 Vue 3 + TypeScript + Vite + shadcn-vue 开发环境 - 添加 Tailwind CSS 和 Reka UI 支持 - 配置 ESLint + Prettier 代码规范 - 添加 VS Code 扩展推荐和项目设置 - 创建完整的 README 文档和使用指南 - 配置 pnpm 包管理和依赖锁定
26 lines
276 B
Plaintext
26 lines
276 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|