1.1.8 • Published 6 years ago

vue-bigimage v1.1.8

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago