0.1.12 • Published 5 years ago

@typeiqs/type-vue v0.1.12

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

Type-Vue

This is a VueJS UI library, based on:

Istallation

You can install this library from npm:

npm install @typeiqs/type-vue

Then, you just need to import the library in the main file:

import Vue from 'vue';
import TypeVueComponents from '@typeiqs/type-vue';

const app = new Vue({
    el: '#app',
    components: TypeVueComponents
});

Note: If you only want to use specific components, import them separately in your main file. Remember to import the specific css for each component, and you will need to have TailwindCSS installed.

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

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