https://github.com/zivgit/antdv-draggable-modal
Ant Design Vue Modal Dragable Solution
https://github.com/zivgit/antdv-draggable-modal
ant-design-vue antd-dragable-modal antdv-dragable-modal dragable vue-dragable-modal
Last synced: 7 months ago
JSON representation
Ant Design Vue Modal Dragable Solution
- Host: GitHub
- URL: https://github.com/zivgit/antdv-draggable-modal
- Owner: zivgit
- Created: 2021-12-28T12:05:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T09:21:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T01:16:19.610Z (about 1 year ago)
- Topics: ant-design-vue, antd-dragable-modal, antdv-dragable-modal, dragable, vue-dragable-modal
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antdv-draggable-modal
Ant Design Vue Modal Dragable Solution
__Note:__ 实现方案共两种,分别是:「mixin模式」和「directive模式」
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).