Code Monkey home page Code Monkey logo

webapp-mp's Introduction

技术栈

taro + redux + react + es6 + fetch + sass

项目运行

git clone https://github.com/xiangxiong/webapp-mp.git

cd webapp-mp

yarn install

npm run dev:weapp

部分截图

项目结构

├── config                                      // 配置文件
├── dist                                        // 项目打包路径
├── src                                         // 源码目录
│   ├── components                              // 组件
│   │   ├── button                              
│   │   │   ├── index.js                        // 微信登录
│   │   ├── checkbox                              
│   │   │   ├── index.js                        // 选择列表组件
│   │   ├── loading                              
│   │   │   ├── index.js                        // 加载组件
│   │   ├── modal                              
│   │   │   ├── index.js                        // 弹窗
│   │   ├── product                              
│   │   │   ├── index.js                        // 产品列表
│   │   ├── taro-plugin-canvas                              
│   │   │   ├── index.js                        // canvas 生成海报组件
│   ├── constants                               // 组件
│   │   ├── api.js                              // api 接口常量
│   ├── pages                                   // 组件
│   │   ├── active                              // 活动模块
│   │   │   ├── store                           
│   │   │   │   ├── actionCreators.js    
│   │   │   │   ├── constants.js   
│   │   │   │   ├── index.js   
│   │   │   │   ├── reducer.js              
│   │   ├── order                               // 订单模块
│   │   ├── p2p                                 // 贷款模块
│   │   ├── pay                                 // 支付模块
│   │   ├── product                             // 产品模块
│   │   ├── user                                // 用户中心
│   │   ├── utils                               // 工具类
│   ├── store                                   
│   │   ├── index.js                            // 全局store
│   ├── style                                   
│   │   ├── mixins                              // 公用的css 模块
│   │   │   ├── default.scss                    // 全局sass变量
│   │   ├── base.scss                           // 主题样式
│   │   ├── element.scss                        // 抽象布局 scss
│   │   ├── icon.scss                           // iconfont scss
│   ├── utils                                   // 通用公用 js
│   ├── app.js                                  // 小程序入口
│   ├── app.scss                                // 主题样式
.

webapp-mp's People

Contributors

xiangxiong avatar

Forkers

benayhq

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.