Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 853 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 853 Bytes

How to contribute to vue-displacement-slideshow

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • Open a new issue otherwise with the bug label and specify the version you are using

Do you want a new feature or an improvement?

  • Open a new issue with the enhancement label

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

Test the library

You can test the library by running yarn dev, it will launch a development server with a page using the component. You can make modifications to App.vue or to VueDisplacementSlideshow.vue and test the changes.

The yarn build command builds this web page and the library in the dist folder.