Giter VIP home page Giter VIP logo

template-dva's Introduction

template-dva

dva项目模版

开发前请仔细阅读react基础汇总

目录结构

  ├── mock                           mock数据配置
  │   ├── .gitkeep                   
  ├── node_modules                   npm依赖包
  ├── public                         入口页面
  │   ├── index.html                 index页面
  ├── src                            项目源码目录    
  │   ├── index.js                         入口js文件
  │   ├── index.scss                       公共样式
  │   ├── components                      公共纯组件目录
  │   │   └── loaiding.js                loaiding组件
  │   ├── models                         models
  │   │   └── app.js                     某一组件的model
  │   ├── utils                         公共js 可以存放工具函数等
  │   │   └── config.js               全局配置
  │   │   └── request.js              请求函数
  │   ├── images                         图片
  │   │       └── logo.png
  │   ├── server                         请求相关
  │   │   └── index.js                   全部请求
  │   ├── routes                         页面目录
  │   │   └── layout                     布局
  │   │        └── index.js              布局页面
  │   │        └── index.scss            布局样式
  │   └── router.js                     路由配置
  ├── .editorconfig                   代码格式
  ├── .eslintrc                       eslint配置
  ├── .gitignore                      git上传忽略配置
  ├── .roadhogrc.mock.js              roadhog配置
  ├── .webpackrc.js                   webpack额外配置
  ├── README.md                       项目说明
  ├── package-lock.json               npm install自动生成 记录package的具体来源和版本号
  ├── package.json                    项目所有配置和npm依赖项

template-dva's People

Contributors

jxzhang13 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.