Giter VIP home page Giter VIP logo

reflux's Introduction

##文件夹解释

├── mobileConfig.js                      #mobile项目的配置文件
├── package.js                           #打包后执行的文件
├── package.json
├── readModuleConfig.js                  #读取配置信息的文件
├── src
│   ├── active                           #活动项目的文件夹,类似与php下的app下的单个项目
│   │   ├── css
│   │   └── js
│   ├── common                           #公共资源存放
│   ├── mobile                           #活动项目的文件夹,类似与php下的app下的单个项目
│   │   ├── css
│   │   ├── images                       #图片存放
│   │   └── js
│   │       ├── action                   #action
│   │       ├── components               #各种控件
│   │       ├── store                    #store
│   │       └── view                     #页面入口
│   └── store                            #店铺文件夹                     
│       ├── css
│       └── js
├── template                             #html模板
├── test                                 #单元测试
├── webpack.config.js                    
├── webpack.production.config.js
└── webpack.server.config.js

##运行 npm run mobileServer 运行本地webpack-dev-server

npm run mobileTest
运行打包提交测试

以后会增加php的配置

##mock mockjs

reflux's People

Watchers

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