vue2-interact
interact.js wrapper component for Vue.js apps
Installation
yarn add vue2-interactDocumentation
Usage
components: Vue2InteractDraggable Development
Launch visual tests
yarn watchBuild
Bundle the js and css of to the dist folder:
yarn buildPublishing
The prepare hook will ensure dist files are created before publishing. This
way you don't need to commit them in your repository.
# Bump the version first # It'll also commit it and create a tag npm version# Push the bumped package and tags git push --follow-tags# Ship it 🚀 npm publish