Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xianmin/evereader
Epub Reader, focused on annotation.
https://github.com/xianmin/evereader
annotation ebook-reader electron epub epub-reader reader vue
Last synced: 23 days ago
JSON representation
Epub Reader, focused on annotation.
- Host: GitHub
- URL: https://github.com/xianmin/evereader
- Owner: xianmin
- License: agpl-3.0
- Created: 2020-03-23T12:06:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T15:25:25.000Z (11 months ago)
- Last Synced: 2024-03-26T12:49:23.487Z (9 months ago)
- Topics: annotation, ebook-reader, electron, epub, epub-reader, reader, vue
- Language: JavaScript
- Homepage: https://xianmin.github.io/EveReader
- Size: 4.66 MB
- Stars: 107
- Watchers: 4
- Forks: 15
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Updata 更新
This project is no longer maintained. If you are interested in my new reader project, please visit https://github.com/EvoReader/EvoReader.此项目已不再维护。如果您对我的新阅读器项目感兴趣,请移步至 https://github.com/EvoReader/EvoReader 。
Eve Reader
Epub Reader, focused on annotation.
Available for Web, Linux, Windows & macOS(coming soon).## Screenshot
![](./doc/screenshot.png)
## First of all
**This project is still under development. Currently, I don't have a development environment for mac, So there is no macOS version yet**
Recently, I will focus on the development of the mobile version.
**Welcome all kinds of suggestions and contributions!**
## Basic technology
- [epub.js](https://github.com/futurepress/epub.js/)
- [Vue.js](https://vuejs.org/)
- [element UI](https://github.com/ElemeFE/element)
- [Vue CLI Plugin Electron Builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/)## TODO Eve Reader 1.0.0
- [x] fontsize change
- [x] Save reading progress
- [ ] Search
- [ ] Theme change, user custom style
- [ ] Custom setting
- [ ] More Shortcuts
- [ ] A better LOGO## Development
```bash
# install dependencies
yarn install# Compiles and hot-reloads for web development
yarn run serve# Compiles and minifies for production
yarn run build# for electron development
yarn run electron:serve# electron build for linux and windows
yarn run electron:build --linux deb --win nsis
```## License
This project is licensed under the AGPL-3.0 License.