Polaris Hackathon 团队的官方网站,基于 Vue 3 + Vite 构建,具有沉浸式动态背景与动画效果的落地页。
| 类别 | 技术 |
|---|---|
| 框架 | Vue 3 (Composition API) |
| 构建工具 | Vite |
| 路由 | Vue Router 5 |
| 状态管理 | Pinia 3 |
| 语言 | TypeScript |
| 代码格式化 | Prettier |
- Node.js
^20.19.0或>=22.12.0
npm installnpm run devnpm run buildnpm run previewnpm run type-checknpm run formatpolaris/
├── public/ # 静态资源(背景图、前景 SVG、favicon)
├── src/
│ ├── router/ # Vue Router 路由配置
│ ├── stores/ # Pinia 状态管理
│ ├── App.vue # 根组件(动态背景 + 动画落地页)
│ └── main.ts # 应用入口
├── index.html # HTML 模板
├── vite.config.ts # Vite 配置
└── tsconfig.json # TypeScript 配置
| PolarisHackathon Team Development |
Claude (Anthropic) AI Pair Programming |
This project is private and proprietary to the Polaris Hackathon team.