way2web-validate

Validate forms with ajax.

Usage no npm install needed!

<script type="module">
  import way2webValidate from 'https://cdn.skypack.dev/way2web-validate';
</script>

README

way2web-validate.

NPM version Downloads

Test the package.

To test the package, clone the package to your system. Then, run this command:

npm run build

This will copy the test files to the dist, and also build the package files include the dependencies.

When this script is complete without errors, you can open dist/index.html in your browser. Open the dev tools, tab console, and you see all the results of the tests.

If you only want to check the eslint rules, just run.

npm run lint