A collection of anime image search engines, based on Cloudflare Pages Function.
-
Integrated with several anime image search engines, including:
-
Modern user interface, based on Quasar and Vue.js
-
Based on Cloudflare Pages Function, stable, fast, reliable (and completely free)
Please visit the demo site to use it
- You need:
- Node.js 14+
- yarn
- VSCode
yarn install
- You need to execute both commands in both terminals
yarn run dev:worker
yarn run dev:front
Wait a moment, then open the development mode server provided by Quasar in your browser: http://localhost:8080
to start your development journey
The project deployment process is almost identical to the general Pages deployment process. You can always refer to the Cloudflare Pages documentation for more information.
- Here are some of the values you may need to configure:
- Build command:
quasar build -P
- Public directory:
dist/spa
- Build command:
- The sites that provide the above search services
- Cloudflare Pages, the base of this project
- Quasar, a framework for user interfaces
- Schemastery, a lightweight schema type validation library for API schema validation
This project is licensed under the LGPL-3.0 license.
A site collects many anime image search engines.
Copyright (C) 2022 Mix
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.