Lt0 / txt-web

A TXT reader for web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txt-web

基于 Vue + iView 实现的 TXT 阅读器 web 前端,目前由 https://github.com/Lt0/bookshelf 提供后端支持。

注意:这里只包括前端代码,没有任何后端代码。

demo

https://athena-bookshelf.com//static/reader/txt/#/read/其它%2F文学%2F小说%2F百年孤独.txt/1.txt

特性

  • 按章节阅读 txt 文件(由服务端自动分割章节,尤其针对网络小说进行优化)
  • 实时保存阅读进度
  • 支持书签
  • 书签自动保存到服务端
  • 支持章节跳转
  • 丰富的界面自定义
  • 支持自定义主题
  • 主题自动保存到服务端

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

preview

txt 阅读器-章节列表 txt 阅读器-章节列表



txt 阅读器-主题定制

txt 阅读器-主题定制



txt 阅读器-书签

txt 阅读器-书签

About

A TXT reader for web


Languages

Language:Vue 48.5%Language:JavaScript 47.3%Language:CSS 3.8%Language:HTML 0.4%