Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forest8618/vue-img-view
a plugin for Vue.js, you can drag / view / rotate pictures anywhere
https://github.com/forest8618/vue-img-view
img vue
Last synced: 20 days ago
JSON representation
a plugin for Vue.js, you can drag / view / rotate pictures anywhere
- Host: GitHub
- URL: https://github.com/forest8618/vue-img-view
- Owner: forest8618
- Created: 2017-12-28T09:53:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T08:04:13.000Z (over 5 years ago)
- Last Synced: 2024-05-29T03:11:51.259Z (6 months ago)
- Topics: img, vue
- Language: Vue
- Homepage: https://la7ender.github.io/vue-img-view/
- Size: 291 KB
- Stars: 30
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-img-view
> a plugin for Vue.js, you can drag / view / rotate pictures anywhere
## DEMO
[DEMO](https://la7ender.github.io/vue-img-view/ "demo")## Install
``` bash
# install
npm install vue-img-view
```## Setup
``` javascript
import imgView from 'vue-img-view'
Vue.use(imgView)
```## Use
``` html
```