Giter Site home page Giter Site logo

spicy-technology's Introduction

#微辣科技 后台管理系统

  • 本项目用typescript为编程语言
  • 框架:react ^16.8.6
  • 脚手架:create-react-app
  • 组件库:antd
  • 状态管理:redux
  • 中间件:redux-saga redux-logger

环境配置与运行

第一步:环境配置

第二步:下载node_module

  • yarn install(如果觉得下载慢,可以使用cnpm淘宝镜像进行下载)

第三步:启动项目

  • yarn/npm start

项目说明

    ├── build                           构建脚本目录
    │   ├── css                           打包生成的css目录
    │   ├── js                              打包生成的js目录
    │   ├──assets                       打包生成的静态文件目录
    │   ├── index.html                运行本地构建服务器,可以访问构后的页面
    ├── package.json                 npm包配置文件,里面定义了项目的npm脚本,依赖包等信息
    ├── src                                项目源码目录
    │   ├── index.js                      入口js文件
    │   ├── index.html                  入口html文件
    │   ├── routers                   前端路由文件
    │   ├── components               展示性组件目录
    │   ├── containers                  容器性组件目录
    │   ├── assets                        资源目录,这里的资源会被wabpack构建
    │   │   ├── css                          公共样式文件目录
    │   │   ├── js                             公共js文件目录
    │   │   └── img                          图片存放目录
    │   ├── store                           应用级数据(state)
    │   │   └── index.js
    │   └── common                         公共文件
    │   │    ├── utils                     公共模块
    │── config                              wabpack配置
    │── .gitignore                  提交代码时候需要配置的忽略提交的代码目录
    │── README.md               展示项目基本用法功能的说明性文件

spicy-technology's People

Contributors

kisurekeyvick avatar aimeee avatar

Watchers

James Cloos avatar

Forkers

aimeee

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.