Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinacarlos/readerunit
https://github.com/chinacarlos/readerunit
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chinacarlos/readerunit
- Owner: ChinaCarlos
- Created: 2018-08-23T05:33:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T09:28:04.000Z (about 6 years ago)
- Last Synced: 2024-08-19T13:48:32.836Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 8.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# readerunit 阅读工具 基于Nuxt.js 和 EpubJS
>
## 技术栈
Vue全家桶语法 + Nuxt.js SSR渲染框架 电子书解析JS Epub.js (只用了两天写的,界面自己设计的,不好看,后续有时间全部重构)>
## 实现功能 (支持pdf, txt, epub等格式电子书)
1.改变字体大小2. 切换颜色主题
3.通过进度条调整阅读进度
4. 通过目录跳转章节
5. 利用px2rem,flexiable.js postcss 等技术做PC,移动端适配
6.具体查看实例(资金暂无,剧本未定!自己可以拉下代码在本地构建查看效果)
## 效果图
![avatar](https://github.com/maliaoMJ/readerUnit/blob/master/demo/1.png)![avatar](https://github.com/maliaoMJ/readerUnit/blob/master/demo/2.png)
![avatar](https://github.com/maliaoMJ/readerUnit/blob/master/demo/3.png)
![avatar](https://github.com/maliaoMJ/readerUnit/blob/master/demo/4.png)
![avatar](https://github.com/maliaoMJ/readerUnit/blob/master/demo/5.png)
## 构建步骤
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3333
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```
从你的全世界路过。。。。