0.0.8 • Published 2 years ago

michel-lib v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

VUE 3 MICHEL-LIB

Download

npm install michel-lib --save

Import style

import {createApp} from 'vue';

import App from './App.vue';

// Import globally the css style
import 'michel-lib/css/style.css'

const app = createApp(App);

Finally you'll be able to utilize the component in your application. See the Styles section to apply styling.

<template>
  <div>
    <FileUpload />
  </div>
</template>

<script>

// Import michel-lib
import { 
  FormValidate,
  FormValidateField,
  FileUpload,
} from 'michel-lib'

export default {
  components : {
    FormValidate,
    FormValidateField,
    FileUpload,
  }
}
</script>
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago