mirror of
https://github.com/KorigamiK/mangu.git
synced 2026-06-23 01:03:10 -06:00
A nice Manga reader with a way to quickly switch between languages. Can be an asset to learning other languages.
- TypeScript 55.5%
- Vue 43%
- HTML 0.9%
- JavaScript 0.6%
|
|
||
|---|---|---|
| .github/workflows | ||
| build | ||
| example | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| babel.config.js | ||
| LICENSE | ||
| package.json | ||
| reactivity.esm-bundler.js.new | ||
| README.md | ||
| tsconfig.json | ||
| vue.config.js | ||
Mangu Reader
A simple and fast manga reader that helps you read manga in various languages and lets you switch between them with one click.
Examples
This shows how switching between languages feels like:

Features
- Fast loading
- Different languages from different sources
- Single and Batch downloads of chapters
- Easy navigation between chapters
- Many raw sources
- Read local / downloaded manga
Note
- Downloads are saved to your
Picturesfolder insideMangasby default. - You can change the Mangas directory by changing
mangu-reader/config.jsoninside your config directory. - The default config directory is as follows:
- %APPDATA% on Windows
- $XDG_CONFIG_HOME or ~/.config on Linux
- ~/Library/Application Support on macOS
- You may need to put a
\in front of every\if you are on Windows.
Downloads and Installation
The continuous_releases tag shall have the newest binaries for different OS.
Every commit counts as a new release, so you can watch this repo to receive updates whenever a new commit is pushed.
Things to work on
- Lacks various QOL features
- Very bare-bones' reader
No configuration options
Development
Project setup
npm install
Compiles and hot-reloads for development
npm run electron:serve
Compiles and minifies for production
npm run electron:build
Lints and fixes files
npm run lint