Thank you for contributing to vue-shopify-draggable 🎉 Any contributions to draggable are appreciated and encouraged.
Before submitting issues, please have a quick look if there is an existing open issue here: Issues. If no related issue can be found, please open a new issue with labels: bug
, documentation
, enhancement
or question
.
Pull requests are more than welcome! Just make sure that to include a description of the problem and how you are attempting to fix the issue.
Here some steps to run vue-shopify-draggable locally:
via yarn
$ cd vue-shopify-draggable
$ yarn install
$ yarn dev
via npm
$ cd vue-shopify-draggable
$ npm install
$ npm run dev