Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 743 Bytes

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)