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
- Host: GitHub
- URL: https://github.com/linmasahiro/vue-upload-images
- Owner: linmasahiro
- License: mit
- Created: 2020-02-12T14:27:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T15:54:03.000Z (over 5 years ago)
- Last Synced: 2025-03-24T06:52:48.810Z (7 months ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).