This commit is contained in:
2026-07-10 18:23:41 +08:00
commit bc9e794a57
80 changed files with 19016 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# NewOfficial
独立抽离出的 Nuxt 官网工程,承接原 `cloneWeb` 中已完成的克隆站点内容,并作为后续新官网的迭代基础。
## 技术栈
- Nuxt 4
- Vue 3
- JavaScript
- Tailwind CSS
- GSAP + ScrollTrigger
## 命令
```bash
npm install
npm run dev
npm run build
npm run preview
```