Install the package via npm:
npm install <package-name>Take a look at the docs and src folders.
Install the dependencies:
npm installBuild the redistributable files to the dist folder using
npm run buildor start a development server using
npm run serveBefore sending any pull requests, your changes should be properly formatted using
npm run formatand the linter should not have any complaints:
npm run lintCheck out package.json for additional run scripts.
This project is using Parcel as a build system. The demo is written in HTML, SCSS and Typescript.
Developed by for .
Copyright ©
Licensed under the MIT license (see the LICENSE file).