Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Janglee123/eplee

Sweet, simple epub reader
https://github.com/Janglee123/eplee

ebook-reader electron-app epub epub-reader epubjs vue

Last synced: about 2 months ago
JSON representation

Sweet, simple epub reader

Awesome Lists containing this project

README

        




Eplee


Sweet, Simple and Beautiful ePub reader


Build Status


Codacy grade


PRs welcome!


GitHub All Releases

Eplee is an ePub reader focused on clean distraction-free reading experience with simple and beautiful UI.

## Screenshots

![](https://raw.githubusercontent.com/Janglee123/eplee/master/screenshots/screenshot_2.png) ![](https://raw.githubusercontent.com/Janglee123/eplee/master/screenshots/screenshot_1.png)

## Features

- Clean UI
- Easy Navigation
- Table of content
- Slider
- Use swipe, wheel, arrow key or mouse to flip page
- Bookmark
- Highlights
- In Book search
- Themes (Light, Tan, Dark)
- Custom style support
- Language translation
- Continue reading where you left

## Why?

There are lots of open source epub reader available right now. So, the question "Why there is a need for another epub reader?" is meaningful. The answer is the reading experience. Eplee focused on clean UI that let you read a book without annoying GUI.

## Installing

Grab the latest release [here](https://github.com/Janglee123/eplee/releases)

## Development

Clone this repository

```bash
git clone https://github.com/janglee123/eplee
```

change directory to the cloned path

```bash
cd eplee
```

Install dependencies

```bash
yarn
```

Start app

```bash
yarn run dev
```

## Built With

- [vuejs](https://vuejs.org/)
- [element ui](https://element.eleme.io/#/en-US)
- [vue-electron-template](https://github.com/mubaidr/vue-electron-template)
- [epubjs](https://github.com/futurepress/epub.js/)

## Contributing

PRs are welcome. Feel free to contribute.

# License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Janglee123/eplee/blob/master/LICENSE) file for details.