🤝 Thanks to Maciej Wach for inventing the name and to all Contributors for your development.
If you would like ot fix a bug or create a new feature, be sure:
- You put a description about what your code changes.
- You used keywords to mark related issues in your pull request.
- You updated the documentation (README file).
If you want just request a bug or new feature just use a proper issue template. Describe your expectations as accurately as possible and add a demo from CodePen.
# project setup
npm install
# compiles and hot-reloads for development
npm run serve
# compiles and minifies for production
npm run build-bundle
# lint and fixes files
npm run lint --fix
# runs unit tests
npm run test:unit