srinivasdamam / ui

UI components for official Vue organization apps

Home Page:https://vuejs.github.io/ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue UI Framework

npm vue2

This is a collection of components and styles meant to be used accross all official Vue.js apps.

Installation

Install the @vue/ui package:

npm i -S @vue/ui

Install the Vue plugin:

import Vue from 'vue'
import VueUi from '@vue/ui'

Vue.use(VueUi)

Import the CSS:

import '@vue/ui/dist/vue-ui.css'

Documentation is Work In Progress

About

UI components for official Vue organization apps

https://vuejs.github.io/ui/


Languages

Language:Vue 83.1%Language:CSS 8.8%Language:JavaScript 7.9%Language:HTML 0.2%