# vue-awesome-drag **Repository Path**: zfowed/vue-awesome-drag ## Basic Information - **Project Name**: vue-awesome-drag - **Description**: 基于VUE的拖拽组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-03 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 快速开始 ## 安装 ```shell npm install vue-awesome-drag -S ``` ## 全局安装 ```javascript import { Drag, DragContainer } from 'vue-awesome-drag' Vue.use(Drag) Vue.use(DragContainer) ``` ## 组件安装 ```javascript import { Drag, DragContainer } from 'vue-awesome-drag' export default { name: 'app-demo' components: { 'vue-drag': Drag, 'vue-drag-container': DragContainer } } ``` 有关更多信息,请参考我们[详细文档](https://zfowed.github.io/vue-awesome-drag/)。