Skip to content

uiv-lib/website-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home heroImage heroText tagline actionText actionLink features footer
true
/assets/image/logo.png
uiv
Bootstrap 3 Components implemented by Vue 2.
Getting Started
/usage/getting-started
title details
Lightweight
All components ~20KB Gziped.
title details
Compatible
IE 9+ & modern browsers supported.
title details
SSR
Server-side rendering supported.
MIT Licensed | Designed and built by @wxsm

Build Status Coverage Status NPM Downloads NPM Version License

Install

$ yarn add uiv

Usage

import 'bootstrap/dist/css/bootstrap.min.css'

import Vue from 'vue'
import * as uiv from 'uiv'

Vue.use(uiv)