Install the package via npm
:
npm install <package-name>
Take a look at the docs
and src
folders.
Install the dependencies:
npm install
Build the redistributable files to the dist
folder using
npm run build
or start a development server using
npm run serve
Before sending any pull requests, your changes should be properly formatted using
npm run format
and the linter should not have any complaints:
npm run lint
Check 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).