Giter Site home page Giter Site logo

react-backstage's Introduction

React 后台管理系统

预览地址

项目描述

基于 React 打造的后台管理系统模版

基于 React hooks、antd、 hox、 React router 等技术

css 样式基于 styled components 组件实现

技术栈

[email protected] + [email protected] + [email protected] + [email protected] + [email protected]

Create React App 脚手架工具

react-app-rewired 项目配置工具

customize-cra 项目配置工具

dotenv-cli 打包区分环境工具

hox 基于 react hooks 的状态管理工具

基本功能

    • 路由懒加载
    • 面包屑导航
    • 常用 ui 展示
      • 登录页
    • 主页面
        • 首页
        • 按钮页
        • 图标页
      • 404

项目目录

├── config-overrides.js         # 打包配置
├── public                      # 公共目录(不参与编译)
├── src                         # 项目主目录
│   ├── App.jsx
│   ├── api                     # axios封装
│   │   ├── fetch.js
│   │   └── index.js
│   ├── components              # 项目公共组件
│   │   ├── Icon
│   │   ├── index.js
│   │   └── page-info
│   ├── index.js                # 项目入口文件
│   ├── routers                 # 路由配置
│   ├── setupProxy.js           # 代理设置
│   ├── utils                   # 工具目录
│   └── views                   # 项目页面

使用说明

git clone https://github.com/ferrydjing/react-backstage.git

cd react-backstage

// 安装依赖
npm install // yarn

// 运行
npm start // yarn start

// 打包
npm run build // yarn build

// 打包测试服

npm run build:test // yarn build:test

react-backstage's People

Contributors

ferrydjing avatar

Stargazers

Dow avatar 高先生的猫 avatar  avatar

Watchers

James Cloos avatar  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.