Giter Club home page Giter Club logo

auto-ui's Introduction

AUTO-UI

凹凸 React 移动端公用组件, 旨在快速开发,节省业务开发时间.

特点

  • 包含常用的移动端组件
  • 基本可靠的文档
  • 支持 babel-plugin-import 按需导入
  • 支持美好的交互体验
  • TypeScript 支持
  • 更完善的文档来支持美滋滋的开发体验
  • 单元测试
  • 还有很多

浏览器支持

Android 4.4+, iOS 8+

开发

请在 dev 分支上面切分支开发,开发完成之后合并到 dev 分支并测试

如何本地测试

  • cd examples_src
  • yarn start
  • 进入 auto-ui,修改相应的组件
  • 进入 pages 页面,调用修改的组件即可

如何生成编译

在根目录下面执行:

  make es6

会自动生成相应的文件到 components、es 中

  make commonjs

会自动生成相应的文件到 components、lib 中

  make build

会自动生成相应的文件到 components、lib、es 中

将文档发布到 GitHub

  make ghpages

如何发布

  git add .
  npm run commit
  git push
  git checkout dev
  git merge/rebase xxxx
  git push
  // test
  git checkout master
  git push
  npm run np

auto-ui's People

Contributors

easonchiu avatar shaodahong avatar liuxingyun2010 avatar dependabot[bot] avatar hyhuangyuan avatar

Watchers

James Cloos 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.