0.2.3 • Published 3 years ago

vue-ui-collection v0.2.3

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

vue-ui-collection

Install

npm i vue-ui-collection -S

Quick Start

import {collection} from 'vue-ui-collection';
import 'vue-ui-collection/dist/vue-ui-collection.css';

Vue.use(collection);

  export default {
    name: "app",
    data() {
      return {
        dialogVisible: true
      };
    },
    methods: {
      onComplete(fileList) {
        this.dialogVisible = false;
      }
    }
  };

html

  <template>
    <dialogUpload :visible="dialogVisible" @complete="onComplete" @cancel="dialogVisible = false" />
  </template>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.2.3

3 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago