Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Latest commit

History

History
32 lines (22 loc) 路 996 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) 路 996 Bytes

Contributing

馃 Thanks to Maciej Wach for inventing the name and to all Contributors for your development.

Pull requests

If you would like ot fix a bug or create a new feature, be sure:

  1. You put a description about what your code changes.
  2. You used keywords to mark related issues in your pull request.
  3. You updated the documentation (README file).

Issues

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.

Commands

# 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