本项目乃是基于 Vue 与 Nuxt.js 技术打造的网盘搜索项目,持续开源并保持维护更新。其旨在让人人皆可拥有属于自己的网盘搜索网站。强烈建议自行部署,向所有参与者致敬!Salute to all!
Go to file
2024-06-11 21:41:43 +08:00
assets add dark mode and fixed some bugs 2024-05-18 21:49:13 +08:00
components remove sources list 2024-05-21 20:35:51 +08:00
layouts init commit 2024-05-16 22:55:09 +08:00
pages remove sources list 2024-05-21 20:35:51 +08:00
public update search list and update the favicon ico 2024-05-17 09:07:29 +08:00
server remove sources list 2024-05-21 20:35:51 +08:00
utils init commit 2024-05-16 22:55:09 +08:00
.gitignore init commit 2024-05-16 22:55:09 +08:00
.npmrc init commit 2024-05-16 22:55:09 +08:00
app.config.ts init commit 2024-05-16 22:55:09 +08:00
app.vue init commit 2024-05-16 22:55:09 +08:00
docker-compose.yml update the dockerfile 2024-05-20 13:45:51 +08:00
Dockerfile Update Dockerfile 2024-05-20 22:20:02 +08:00
nuxt.config.ts default the light mode 2024-05-18 21:58:20 +08:00
package-lock.json changes: update the nuxt.js version 2024-06-11 21:41:43 +08:00
package.json changes: update the nuxt.js version 2024-06-11 21:41:43 +08:00
README.md update the dockerfile 2024-05-20 13:45:51 +08:00
tailwind.config.js add dark mode and fixed some bugs 2024-05-18 21:49:13 +08:00
tsconfig.json init commit 2024-05-16 22:55:09 +08:00
vercel.json init commit 2024-05-16 22:55:09 +08:00

爱盼-网盘资源搜索Web

爱盼-网盘资源搜索:是一个免费开源项目! 👉 爱盼-网盘资源搜索

建议

项目使用的是第三方的API对ip有访问限制建议自己部署使用。

快速开始

在 Vercel 上部署

Deploy with Vercel

在 Vercel 上手动部署 操作方法

1. fork 本项目
2. 在 [Vercel] 官网点击 [New Project]
3. 点击 [Import Git Repository] 并选择你 fork 的此项目并点击 [import]
4. 然后直接点 [Deploy] 接着等部署完成即可

Docker执行

docker cli

编译
docker build -t unilei/aipan-netdisk-search:latest .
运行
docker run -p 3000:3000 unilei/aipan-netdisk-search:latest
停止
docker stop unilei/aipan-netdisk-search:latest

Docker-compose

编译
docker compose build
运行
docker compose up -d
停止
docker compose down

1. 克隆项目

git clone https://github.com/unilei/aipan-netdisk-search.git

2. 安装依赖

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

3. 运行到浏览器

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

4. 在浏览器打开 http://localhost:3001

success_deploy.jpg success_deploy.jpg

如何部署到自己服务器? NUXT.JS 打包部署文档

部署文档

打赏

交流