@f-loat/ncform
v1.8.6
Published
ncform, a very nice configuration generation way to develop form ( vue, json-schema, form, generator )
Downloads
28
Maintainers
Readme
ncform
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
How to dev
Step 1: prepare the dependency nc libraries
cd ../../ && npm run build
Step 2: start development
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