https://github.com/miaomint/wallpaper
Support searching images from multiple sites, and support batch download
https://github.com/miaomint/wallpaper
anime-pictures download gelbooru konachan wallpaper zerochan
Last synced: 5 months ago
JSON representation
Support searching images from multiple sites, and support batch download
- Host: GitHub
- URL: https://github.com/miaomint/wallpaper
- Owner: MiaoMint
- License: agpl-3.0
- Created: 2023-09-29T11:09:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T06:54:10.000Z (over 2 years ago)
- Last Synced: 2025-10-10T06:48:27.506Z (8 months ago)
- Topics: anime-pictures, download, gelbooru, konachan, wallpaper, zerochan
- Language: Vue
- Homepage: https://wallpaper.0u0.ren
- Size: 4.1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wallpaper
Support searching images from multiple sites, and support batch download


## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
```
## Production
Build the application for production:
```bash
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
```
Locally preview production build:
```bash
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.