Code Monkey home page Code Monkey logo

react-mini-admin's Introduction

Welcome to React-Mini-Admin 👋

Version Documentation License: MIT

基于create react appantd 的后台管理系统解决方案

Getting Started

Quick Start

yarn start

Available Scripts

npm start

Tutorials

Folder Structure

├── config
│   ├── webpack.config.js     # webpack 配置
├── docs                      # 文档教程
│   ├── ReactRouterDoc
│   └── README.md
├── examples
│   └── react-router-learning # 路由学习 与本案例无直接关系
├── jsconfig.json
├── LICENSE
├── mockServer.js             # Mock 数据
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html          # 页面模板
├── README.md
├── src
│   ├── components          # 封装共用组件
│   ├── index.js            # 跟入口
│   ├── layouts             # 布局视图
│   ├── pages               # 页面
│   ├── router              # 路由配置
│   ├── setupProxy.js       # proxy 代理
│   ├── styles              # 样式文件
│   └── utils               # 工具人
└── yarn.lock

Author

👤 yayxs

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Before Eject

{
  "name": "react-cra-admin",
  "version": "0.0.2",
  "private": true,
  "dependencies": {
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "web-vitals": "^1.0.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": ["react-app", "react-app/jest"]
  },
  "browserslist": {
    "production": [">0.2%", "not dead", "not op_mini all"],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}

react-mini-admin's People

Contributors

yayxs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

woaini521

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.