项目作者: kaankilic

项目描述 :
A Stylish avatar upload field component for Vue 2.0
高级语言: Vue
项目地址: git://github.com/kaankilic/vue-thumb.git
创建时间: 2019-03-09T17:42:41Z
项目社区:https://github.com/kaankilic/vue-thumb

开源协议:

下载


Vue-Thumb

Vue-Thumb
Vue-Thumb
Vue Thumb is a minimalistic and stylish image uploader with a thumbnail view for VueJs.

Installation

  1. # npm
  2. npm install vue-thumb
  3. # yarn
  4. yarn add vue-thumb

Builds

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

Configuration Options

Option Possible Values Description
name String Name of input file
default String Default image to view
size Numeric Size of images

Usage

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

  1. npm run serve

Navigate to http://localhost:8080/