0.1.1 • Published 9 months ago

@corvina/vue-components-library v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Corvina Components Library

Alpha version of the Corvina Components Library. This library is a collection of vue components aimed to be used in the Corvina App.

Installation

To install the package run the following command:

npm install @corvina/vue-components-library

Usage

Add to your vue application the corvina components:

import { createApp } from 'vue'
import App from './App.vue'
import vuetify from './plugins/vuetify'
import CorvinaComponents from "@corvina/vue-components-library"
import "@corvina/vue-components-library/vue-components-library.css"

createApp(App)
  .use(vuetify)
  .use(CorvinaComponents)
  .mount('#app')

and add reference to css and font to your code.

0.1.1

9 months ago

0.1.0

10 months ago

0.0.8

10 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago