@hipsjs/shopify-draggable-vue
v1.0.7
Published
Shopify draggable for Vue
Downloads
1,984
Readme
🔥 Features
- todo
⚙️ Installation
npm i --save @hips/shopify-draggable-vue
📄 Documentation
- todo
🚀 How to use
<template>
<div>todo</div>
</template>
<script>
import { todo } from '@hips/shopify-draggable-vue';
export default {
name: 'Demo',
components: {
todo,
},
data: () => ({
}),
methods: {
}
}
</script>
⚙️ Developments
npm run serve
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
⭐️ Show Your Support
Please give a ⭐️ if this project helped you!
👏 Contributing
If you have any questions or requests or want to contribute to @hipsjs/shopify-draggable-vue
or other packages, please write the issue or give me a Pull Request freely.
🐞 Bug Report
If you find a bug, please report to us opening a new Issue on GitHub.
📝 License
This project is MIT licensed.