Code Monkey home page Code Monkey logo

nopage's Introduction

NoPage

NoPage提供诸如 NoForm, NoList, NoWrapper, Snipx 等库。

NoPage - 更好的CRUD方案

NoForm

Install

$ npm install --save noform

Example

🔥 Live DEMO - Form Configuration Example ✨

🔥 Live DEMO - Repeater Configuration Example ✨

🔥 Live DEMO - Repeater Example

🔥 Live DEMO - Repeater Advanced Example

🌈 Live DEMO - Simple Example with Ant Design

You can visit here for more information.

Best Practise

Best Practise integrate with Ant Design

Integrate with Ant Design Pro

API和文档

Core API

中文文档

i18n

Repeater now support Chinese(zh) and English(zh).

Since react-intl use ISO639 and NoForm will follow this standard.

ISO Standard Map:

Region Notes ISO_3166 ISO_639
USA en-US US en
China zh-CN CN zh

Test Case

More than 190 case.

How to contribute

  1. clone this repo
  2. npm install -g nobuilder
  3. npm install
  4. npm run start
  5. pull request

For chinese user / 国内用户

NoForm - 一个更好的表单解决方案

欢迎钉钉入群:23134927 一起讨论

NoList

文档

如何开发NoPage

  1. npm install
  2. npm run start(自动执行子目录的install,构建lib,并且子目录如相互依赖,会自动link)
  3. 联调模式: 分别进入到packages里面,运行npm run dev 即可进行联调。

联调模式

NoList依赖NoForm, 如果开发过程中需要调整noform的话,开发步骤如下:

  1. cd list && npm run dev
  2. cd form && npm run dev

这样改动form的时候,list会自动获取到form的更新。其他内部库的联调机制也一致。

NoBuilder

Form/List/Wrapper 都依赖NoBuilder作为构建,常见命令如下:

$ npm install -g nobuilder

nobuilder的命令如下:

  1. dev 开发
  2. lib 构建
  3. build 构建css, umd(参见umdConfig)
  4. profile 查看构建后的文件依赖关系,分析体积
  5. test 执行单测

nopage's People

Contributors

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