Skip to content

browser-based reader tailored for EPUB format books

Notifications You must be signed in to change notification settings

shihui-huang/eBook

Repository files navigation

ebook

A vueJs web Application which is a reader that can render e-books in EPUB format

Demo

image

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

Brief

I made a static resource server using nginx, and let this app access my local folder through port 8081.
VUE_APP_RES_URL in .env.development can be modified with other ports.
baseUrl could also be modified with your folder path.
The path to use this app should be localhost:8080/(your folder path)|(epub book name)

About

browser-based reader tailored for EPUB format books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published