Code Monkey home page Code Monkey logo

mui-react's Introduction

mui-react

使用react重构公司移动端组件(原组件采用dojo框架编写)

开发及构建

目录结构

├── package.json
├── dist                    # 构建目录
├── component               # 组件目录
├── app                    	# 应用(开发实验)目录
├── resource                # 资源目录(css、字体等)
├── gulp.js                 # gulp配置文件
├── webpack.config.dev.js   # webpack配置文件(开发用)
└── webpack.config.js       # webpack配置文件(生产用)

开发

使用之前先安装相关依赖:

npm install gulp -g && npm install
  • 构建

    npm run build
    

    (在dist目录下会生成对应的js和css)

  • 样例

    npm run dev
    

    (访问localhost:3000/app/index.html)

TODO

  • 重构其他组件
  • 组件DIY

mui-react's People

Contributors

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