# noForm **Repository Path**: hiekay/noForm ## Basic Information - **Project Name**: noForm - **Description**: 表单在前端可谓是非常常见的场景,而且通常需要花费开发非常多的时间来处理各种复杂的逻辑 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2018-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

NoForm. Maybe the best form library ever.

--- ### Install ```shell $ npm install --save noform ``` ### Example [🔥 Live DEMO - Repeater Configuration Example ✨](https://alibaba.github.io/noform/examples/build/#/repeaterConfig) [🔥 Live DEMO - Repeater Example](https://alibaba.github.io/noform/examples/build/#/repeater) [🔥 Live DEMO - Repeater Advanced Example](https://alibaba.github.io/noform/examples/build/#/RepeaterAdvanced) [🌈 Live DEMO - Simple Example with Ant Design](https://alibaba.github.io/noform/examples/build) You can visit [here](https://github.com/quirkyshop/noform-examples) for more information. ### Best Practise [Best Practise integrate with Ant Design](https://alibaba.github.io/noform/#/docs/docs?md=easy/best-practise-antd) [Integrate with Ant Design Pro](https://alibaba.github.io/noform/#/docs/docs?md=advanced/antd-pro-demand) ### API [Core API](https://alibaba.github.io/noform/#/docs/api?md=all) ### Usage [中文文档](https://alibaba.github.io/noform/#/zh-CN/) [Document](https://alibaba.github.io/noform/#/en-US/) ### i18n [Repeater](https://alibaba.github.io/noform/examples/build/#/repeaterConfig) now support `Chinese(zh)` and `English(zh)`. Since [react-intl](https://github.com/yahoo/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 3. npm run start 4. pull request ### For chinese user / 国内用户 [NoForm - 一个更好的表单解决方案](https://zhuanlan.zhihu.com/p/44120143) 欢迎钉钉入群:23134927 一起讨论