Skip to content

PolarisHackathon/web

Repository files navigation

Polaris

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 install

开发模式

npm run dev

构建生产版本

npm run build

预览生产构建

npm run preview

类型检查

npm run type-check

格式化代码

npm run format

项目结构

polaris/
├── public/             # 静态资源(背景图、前景 SVG、favicon)
├── src/
│   ├── router/         # Vue Router 路由配置
│   ├── stores/         # Pinia 状态管理
│   ├── App.vue         # 根组件(动态背景 + 动画落地页)
│   └── main.ts         # 应用入口
├── index.html          # HTML 模板
├── vite.config.ts      # Vite 配置
└── tsconfig.json       # TypeScript 配置

Contributors

PolarisHackathon Team
Development
Claude (Anthropic)
AI Pair Programming

License

This project is private and proprietary to the Polaris Hackathon team.