UNPKG

@ncform/ncform

Version:

ncform, a very nice configuration generation way to develop form ( vue, json-schema, form, generator )

34 lines (21 loc) 928 B
# ncform ![ncform](https://github.com/ncform/ncform/raw/master/docs/images/ncform-banner.gif) ncform, a nice form development way that generates form UIs and their interactions with just configuration. Comes with standard components and validation rules, out of the box. Have powerful control interaction and extension capabilities, do what you want. For more details, please visit the official website: [https://github.com/ncform/ncform](https://github.com/ncform/ncform) [![Playground](https://github.com/ncform/ncform/raw/master/docs/images/playground-1.jpg)](https://ncform.github.io/ncform/ncform-show/playground/index.html) # How to dev Step 1: prepare the dependency nc libraries ```sh cd ../../ && npm run build ``` Step 2: start development ```sh npm run dev ``` [Optional] Use the following command to watch and depend on the latest code for `ncform-common` ``` cd ../ncform-common npm run watch-build ```