Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.29 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.29 KB

Shopify Draggable Vue

🔥 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.