项目作者: TongmingWu

项目描述 :
manga的react版本
高级语言: JavaScript
项目地址: git://github.com/TongmingWu/react-manga.git


React-Manga

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


使用

  1. //默认地址为http://localhost:9000
  2. git clone https://github.com/TongmingWu/react-manga.git
  3. cd react-manga
  4. npm install
  5. npm run dev
  6. or
  7. npm run build

项目

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

目录结构

  1. ├─app /*项目代码*/
  2. ├─actions /*redux中的action*/
  3. ├─components /*各种组件*/
  4. ├─constants /*常量池*/
  5. ├─css
  6. ├─db /*数据库*/
  7. ├─images
  8. ├─reducers /*redux中的reducer*/
  9. ├─store /*整个应用的store*/
  10. └─views /*页面容器*/
  11. ├─dist /*编译后的代码*/
  12. └─mstatic
  13. ├─css
  14. └─js
  15. └─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.