1.0.2 • Published 4 years ago

@vigenere23/gio-library v1.0.2

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

gio-library

A Vue design library by Gabriel St-Pierre

Usage

In the main.ts/main.js file of your Vue project, add the following lines :

import Vue from 'vue'
import gio from '@vigenere23/gio'
import '@vigenere23/gio/dist/gio.css' // for loading component styles

Vue.use(gio)

You can then use the components without importing them.

Showcase

There is no showcase available for now. Please refer to the src/components/ folder to know more about the components.

Documentation

There is no documentation for now. Please read the src/ folder content to know what each file offers.

  • src/components/ : Vue components
  • src/mixins/ : Mixins to be reused in your components
  • src/styles/ : SCSS variables and functions for reuse

NPM module

The npm module for this library is available here. Mixins and styles are available inside the compiled lib/ subfolder.