Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mater1996/vue-photo-zoom-pro
Vue picture magnifier
https://github.com/mater1996/vue-photo-zoom-pro
magnifier magnifier-glass photo-zoom vue zoom
Last synced: 3 days ago
JSON representation
Vue picture magnifier
- Host: GitHub
- URL: https://github.com/mater1996/vue-photo-zoom-pro
- Owner: mater1996
- License: mit
- Created: 2018-11-11T09:58:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T08:31:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T04:09:03.407Z (10 days ago)
- Topics: magnifier, magnifier-glass, photo-zoom, vue, zoom
- Language: Vue
- Homepage: https://mater1996.github.io/vue-photo-zoom-pro/guide/
- Size: 13.9 MB
- Stars: 107
- Watchers: 2
- Forks: 38
- Open Issues: 20
-
Metadata Files:
- Readme: README-ZH_CN.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-photo-zoom-pro
> Vue 图片放大镜
![example](https://raw.githubusercontent.com/Mater1996/vue-photo-zoom-pro/master/example.png)
## 安装
```js
npm install vue-photo-zoom-pro# In Vue 2 project
npm i [email protected]# or
yarn add vue-photo-zoom-pro# In Vue 2 project
yarn add [email protected]
```## 使用
```vue
import vuePhotoZoomPro from 'vue-photo-zoom-pro'
import 'vue-photo-zoom-pro/dist/style/vue-photo-zoom-pro.css'export default {
components: {
vuePhotoZoomPro,
},
}```
## 文档
查看文档 [https://mater1996.github.io/vue-photo-zoom-pro/guide/](https://mater1996.github.io/vue-photo-zoom-pro/guide/).
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2018-present, mater1996