GithubHelp home page GithubHelp logo

newseveryone's Introduction

newsEveryone

news manage system to make everyone can view,write and publish news!

部署指南

cd db
#启动接口服务
json-server --watch db.json --port 8000 
cd ..
npm start

业务流程

  • 审核流程 auditState [未审核,正在审核,已通过,未通过]
  • 发布流程 publishState [未发布,待发布(审核通过),已发布,已下线]

特点

  • 路由和权限挂钩 不能通过路由渗透没有权限的页面(路由校验)
    • 动态创建路由(根据pagePermisson和用户具有的权限列表进行动态创建)
  • redux集中管理某些状态(isCollapsed and isLoading)
    • redux状态保存在内存中,刷新之后状态就会变为初始状态,因此需要对某些状态持久化(redux-persist,比如isCollapsed状态)

系统路由

Alt text

权限控制

Alt text

newseveryone's People

Contributors

xiaomingcom-cs avatar

Watchers

 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.