1.0.1 • Published 5 years ago

@kaankilic/vue-thumb v1.0.1

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Vue-Thumb

Installation

# npm
npm install vue-thumb

# yarn
yarn add vue-thumb

Builds

import VueThumb from "vue-thumb";
Vue.use(VueThumb);

Configuration Options

OptionPossible ValuesDescription
nameStringName of input file
defaultStringDefault image to view
sizeNumericSize of images

Usage

You can simply clone this repo and open up a working test app by running:

npm run serve

Navigate to http://localhost:8080/

1.0.1

5 years ago

1.0.0

5 years ago