liangkai / react-manga

manga的react版本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Manga

使用React实现的WebApp版开源漫画阅读器。实现用户登录注册、提供漫画推荐、漫画搜索、漫画收藏、漫画阅读、历史记录 等功能.另外安卓版的Manga 点击这里

###项目演示地址 点击这里(请使用手机打开或者将开发者工具调整为手机模式)

使用


//默认地址为http://localhost:9000
git clone https://github.com/TongmingWu/react-manga.git
cd react-manga
npm install
npm run dev
or
npm run build

项目

  • 项目基于react+react-redux+react-router+ES6,使用webpack构建的SPA(单页应用)
  • 整体项目前后端分离,使用React进行组件化开发
  • 使用redux管理整个应用的store
  • API由本人编写的Python项目提供,暂不提供源代码
  • 本项目纯属学习交流使用,数据由非正常路径获得,不得用于商业用途

目录结构


├─app   /*项目代码*/
│  ├─actions    /*redux中的action*/
│  ├─components /*各种组件*/
│  ├─constants  /*常量池*/
│  ├─css
│  ├─db         /*数据库*/
│  ├─images
│  ├─reducers   /*redux中的reducer*/
│  ├─store      /*整个应用的store*/
│  └─views      /*页面容器*/
├─dist  /*编译后的代码*/
│  └─mstatic
│      ├─css
│      └─js
└─public    /*模板*/

截图预览

Copyright (c) 2016 TongmingWu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

manga的react版本


Languages

Language:JavaScript 85.8%Language:CSS 12.5%Language:HTML 1.7%