Giter VIP home page Giter VIP logo

book2's Introduction

book to simple Simple reader create by @d1y

setup

# 本地`clone`
git clone https://github.com/d1y/book2

# 下载静态资源
chmod u+x startup.sh
./startup.sh

# 安装依赖
yarn

# 热启动服务
yarn serve

# 编译
yarn run build

# 运行测试
yarn test

# Lints and fixes files
yarn lint

文档

学习文档在: doc

配置选项

如果你想修改启动图的话,在/src/utils/config/startup_bg.js下进行配置😬

阅读器主题 🎟 可以在/src/utils/config/motif.js下的修改和添加:

const themes = [
  {
    title: '高冷', // 标题
    bg: '#fff', // 背景颜色
    bgImg: '', // 背景图片
    color: '#333' // 字体颜色
  }
]

如果你不喜欢menubar的图标的话🦊,你可以自己进行修改,文件在: /src/utils/config/menu.js

贡献书源

你可以贡献你的书源给这个项目, 具体写法和文档, 请看这里

参考项目

Todo

  • 怎么让用户去选择接口,我返回一个统一的api接口? (2019-09-16 - 2019-10-01)

book2's People

Contributors

d1y avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.