# multi-container-draggable **Repository Path**: leeje/multi-container-draggable ## Basic Information - **Project Name**: multi-container-draggable - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-grid-layout 利用 [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout) 写的**多容器拖拽** 适用场景为:自定义大屏————需要将预定义的模块自由拖拽、缩放后组合成一个完整的展示页面。 demo 地址:[预览](http://heifun.cn/multi-container-draggable/dist/index.html) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).