Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattkevan/minimal-reader
Simple browser-based ebook reader.
https://github.com/mattkevan/minimal-reader
ebook-reader epub epubjs pwa-app vue webapp
Last synced: about 3 hours ago
JSON representation
Simple browser-based ebook reader.
- Host: GitHub
- URL: https://github.com/mattkevan/minimal-reader
- Owner: MattKevan
- Created: 2023-06-18T20:07:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:35:22.000Z (6 months ago)
- Last Synced: 2024-07-26T11:11:14.708Z (6 months ago)
- Topics: ebook-reader, epub, epubjs, pwa-app, vue, webapp
- Language: Vue
- Homepage: https://www.minimalreader.xyz
- Size: 1.55 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal reader
![Minimal Reader screenshot](https://www.minimalreader.xyz/screenshot.png)
A browser-based ebook reader with an emphasis on a clean reading experience.
## Features
* Decent typography – like a reader mode for ebooks.
* Remembers your last location in the book.
* Private – your books and reading history are stored locally in your browser cache, no other tracking.
* Optimised for mobile.
* Dark mode.**Limitations:**
* Only works with DRM-free epubs.
* Doesn't work well with ebooks where every page is an image.Built with Vue and epub.js.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).