1.1.8 • Published 7 years ago
vue-bigimage v1.1.8
vue-bigimage
A Vue component to bigimage
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
使用组件
通过npm install vue-bigimage -s
安装到相应的项目下,安装成功如下图所示:
<vue-bigimage :imgUrl="img"></vue-bigimage>
需要用到该组件时可以这样引入
import vueBigimage from "vue-bigimage"
import "vue-bigimage/dist/vue-bigimage.min.css"
export default {
name: 'app',
components:{
vueBigimage
},
data{ return:{ img:'' } } }
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago