- 创建Vue3项目结构,使用ElementPlus和ECharts - 实现统一样式系统和可复用组件(BaseCard、BaseButton、PageLayout) - 完成登录页面设计,支持四种用户角色(学生、教师、企业、专家) - 实现登录功能和基于角色的权限控制系统 - 配置路由守卫和状态管理(Pinia) - 创建Mock数据生成器支持演示功能 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
39 lines
401 B
Plaintext
39 lines
401 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Environment variables
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp |