A fan-made web client for PicACG, built with Nuxt.
- Frontend: Vue 3, Naive UI, Pinia, Pug, Sass
- Backend: Nuxt server routes (Nitro / H3), proxying PicACG upstream API
- Deployment: Cloudflare Workers, Docker, or any Node.js host
pnpm install
pnpm devDev server starts at http://localhost:3000.
| Variable | Scope | Description |
|---|---|---|
NUXT_PICA_S3_BASE |
Server | Override PicACG image CDN base URL |
docker build -t pica-comic-now .
docker run -p 3000:3000 pica-comic-nowDeploy via NuxtHub, Wrangler, or your preferred CI pipeline with the cloudflare-workers Nitro preset:
NITRO_PRESET=cloudflare-workers pnpm buildRefer to the Nuxt deployment documentation for detailed guides on various hosting platforms.
This repository is for learning purposes only and is not intended for commercial use. All content is provided by PicACG (PICA); the maintainers of this repository assume no responsibility for it.
Apache-2.0 © FreeNowOrg