An open API service indexing awesome lists of open source software.

https://github.com/linmasahiro/vue-upload-images

Vue Upload Images Component
https://github.com/linmasahiro/vue-upload-images

Last synced: about 8 hours ago
JSON representation

Vue Upload Images Component

Awesome Lists containing this project

README

          

# vue-upload-images

> Vue Upload Images Component

Seleted images transfer to Base64 and upload to server.

support multiple upload.

[Try Demo](https://linmasahiro.github.io/vue-upload-images/demo/)

## Build Setup

``` bash
# 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
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).