绳网——新艾利都最大的匿名委托中枢。
本项目是 KawaYiLab/InterKnot-App 独立开发的网页前端,使用 Nuxt 4 从零构建,模仿绝区零 UI 风格,后端对接自建 Strapi v5。
| 层级 | 技术 |
|---|---|
| 框架 | Nuxt 4 |
| 语言 | TypeScript 5 |
| 状态管理 | Pinia |
| 数据请求 | TanStack Vue Query + ofetch |
| 工具库 | VueUse |
| 组件库 | zenless-ui |
| 图标 | Heroicons |
| 图片画廊 | lightGallery |
| 后端 | Strapi v5(RESTful API) |
- Node.js ≥ 20.18.0
- npm
git clone https://github.com/yinengbei/InterKnot-Web.git
cd InterKnot-Webnpm install复制示例文件并填写后端地址:
cp .env.example .envnpm run dev访问 http://localhost:3000 即可预览。
npm run generate
npm run preview本项目从零开始开发,在实现过程中参考了许多优秀的开源项目与社区资源。
特别感谢:
-
share121 开源的 Inter-Knot 项目 https://github.com/share121/inter-knot
-
ChrisChan13 开发的 zenless-ui 组件库 https://github.com/ChrisChan13/zenless-ui
-
Alver 提供的部分 UI 设计参考与图片资源 https://zenless.tools/
-
所有提交 Issue、Pull Request、反馈问题或提供建议的开发者与用户
同时感谢开源社区以及 AI 工具在开发过程中提供的帮助与支持。