Skip to content
/ ui Public
forked from vuejs/ui

💻 UI components for official Vue organization apps

Notifications You must be signed in to change notification settings

nunonux/ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vue 83.0%
  • CSS 9.5%
  • JavaScript 7.3%
  • HTML 0.2%