Giter Site home page Giter Site logo

antd-pro's Introduction

antd-pro

基于antd的react脚手架

开始使用

https://github.com/cxm1011/antd-pro.git
cd antd-pro
npm install 
npm run start  开发
npm run build  生产

目录结构

   |
   ├──mock/                      * mock 数据配置
   |
   ├──src/                       * 主程序
   │   │
   │   │──api                    * 后端接口配置
   │   │
   │   └──assets                 * 所有静态资源
   │   │
   │   └──components             * 所有组件
   │   │
   │   └──page                   * 所有页面
   │   │
   │   └──style                  * 所有样式变量集中管理
   │   │
   │   └──utils                  * 封装的工具
   │   │
   │   └──App.jsx                * 应用入口
   │   │
   │   └──index.js               * 项目入口
   │   │
   │   └──index.less             * 项目整体样式
   │
   │──.babelrc                   * Babel 配置
   │
   │──dbox.html                  * 生产环境页面模版
   │
   │──devServer.js               * mock 数据
   │
   │──index.html                 * 开发环境页面模版
   │
   │──package.json               * 包信息
   │
   │──webpack.common.js          * webpack 公共配置
   │
   │──webpack.dev.js             * 开发环境启动 webpack 配置
   │
   │──webpack.dll.config.js      * 项目依赖包 webpack 配置
   │
   └──webpack.prod.js            * 生产环境 webpack 配置

antd-pro's People

Contributors

cxm1011 avatar

Watchers

 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.