progressive-image-loading-upload-vue

1.0.7 • Public • Published

How it works

This is component is using external npm package (axios, random-id, vue-bootstrap).

Upload Component

  1. In a terminal
npm i progressive-image-loading-upload-vue --save
  1. In your main.js
import BootstrapVue from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
Vue.use(BootstrapVue);
  1. In your vue Component
<template>
<upload apiKey="YOUR_API_KEY"></upload>
</template>

<script>
import upload from 'progressive-image-loading-upload-vue'

export default {
    components:{
      upload
    }
}
</script>

The project

Find the github repository here.

Readme

Keywords

none

Package Sidebar

Install

npm i progressive-image-loading-upload-vue

Weekly Downloads

10

Version

1.0.7

License

ISC

Unpacked Size

7.95 kB

Total Files

3

Last publish

Collaborators

  • morgandbs