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

https://github.com/ztftrue/bookreader

Read ebup book online
https://github.com/ztftrue/bookreader

Last synced: 12 months ago
JSON representation

Read ebup book online

Awesome Lists containing this project

README

          

# ReaderBookAngular

If you have question , please request issue.

On computer:

Press "m" or `right click` on keyboard to open menu.

Press `right arrow` and `left arrow` switch page.

On mobile phone:

Touch screen "center" to open menu.

Touch screen `right` and `left` to switch page.

## Preview

[Online Preview go to](https://ztftrue.github.io/BookReader/)

![main](./screenshot/main.png)

![navigation](./screenshot/navigation.png)

![](./screenshot/search1.png)

![](./screenshot/serach2.png)
![theme](./screenshot/theme.png)

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Deploy to GitHub pages

```sh
ng build --prod --output-path docs --base-href /BookReader/
```

When the build is complete, make a copy of docs/index.html and name it docs/404.html.

Commit your changes and push.

On the GitHub project page, configure it to publish from the docs folder.

## Based of [epub.js](https://github.com/futurepress/epub.js)