Installation

In order to get started with light vue, you need to install LightVue and its dependency LightIcon (Only required if the icons are getting used).


// For Vue 2.x
npm install lightvue

// For Vue 3.x
npm install lightvue@next

// OR:
yarn add lightvue
yarn add lightvue@next
          

Register Components, as per need

import Vue from 'vue' 
import LvInput from 'lightvue/input'
import lvButton from 'lightvue/button'
Vue.component('LvInput', LvInput); Vue.component('LvButton', LvButton);

Customization

In order to get started with light vue, you need to install LightVue and its dependency LightIcon (Only required if the icons are getting used).
For Detailed Customization Contact Us