@unrest/form

To see changes while developing, use the demo. In order to develop you will need to delete the node_modules in the project root (advice on how to fix this would be greatly appreciated).

Usage no npm install needed!

<script type="module">
  import unrestForm from 'https://cdn.skypack.dev/@unrest/form';
</script>

README

Unrest Form

Development

To see changes while developing, use the demo. In order to develop you will need to delete the node_modules in the project root (advice on how to fix this would be greatly appreciated).

rm -rf node_modules
cd demo
yarn install
yarn serve

To update documentation (github pages), build the demo app and commit any changes in /docs.

Build and Publish

yarn install
yarn lint
yarn build
yarn publish