A vueJs web Application which is a reader that can render e-books in EPUB format
npm install
npm run serve
npm run build
npm run lint
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)