1.1.2 • Published 4 years ago

@nsoft/vuetify-uploader v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

npm Build Status codebeat badge codecov Greenkeeper badge

vuetify-uploader

Upload component for Vuetify framework

Installation

# npm
npm install @nsoft/vuetify-uploader

Using

Import

import Vue from 'vue';
import { VUploader } from '@nsoft/vuetify-uploader';
import App from './App';

Vue.config.productionTip = false;
Vue.use(VUploader);

/* eslint-disable no-new */
new Vue({
  el: '#app',
  template: '<App/>',
  components: { App },
});

Import locally

import { VUploader } from '@nsoft/vuetify-uploader';

export default {
  name: 'app',
  components: {
    VUploader,
  },
};

Use in template

<template>
  <div id="app">
    <VUploader/>
  </div>
</template>
1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.15-beta.3

5 years ago

1.0.15-beta.2

5 years ago

1.0.15-beta.1

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago