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
- Host: GitHub
- URL: https://github.com/ztftrue/bookreader
- Owner: ZTFtrue
- Created: 2020-03-14T09:37:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T06:25:45.000Z (over 3 years ago)
- Last Synced: 2023-03-07T00:19:36.207Z (over 3 years ago)
- Language: TypeScript
- Homepage: https://ztftrue.github.io/BookReader/
- Size: 3.36 MB
- Stars: 32
- Watchers: 5
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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/)





## 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)