README
dumi library
Getting Started
Install dependencies,
$ npm i
Start the dev server,
$ npm start
Build documentation,
$ npm run docs:build
Build library via father-build
,
$ npm run build
A very easy to use antd form component
<script type="module">
import antdDataForm from 'https://cdn.skypack.dev/antd-data-form';
</script>
Install dependencies,
$ npm i
Start the dev server,
$ npm start
Build documentation,
$ npm run docs:build
Build library via father-build
,
$ npm run build