Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 910 Bytes

online-reader

本项目是基于 vue2.0+vue-router+vuex+element-ui,主要实现了小说排行榜、小说分类、小说详情、小说阅读、搜索页面、小说阅读记录等页面,基本上达到了可用来看小说的需求。 项目中的API均来自追书神器,纯属共享学习之用,有任何疑问或建议可提issue,代码中已经配置好代理,clone后本地可以完美运行。

API文档

预览地址

项目部署在比较垃圾的服务器上,可能加载速度会比较慢点。

在线预览地址

本地运行

# install dependencies
npm install

# serve with hot reload at localhost:8888
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report