The Wayback Machine - https://web.archive.org/web/20210301021824/https://github.com/vuejs/ui
Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jan 31, 2021
Feb 21, 2018
Feb 20, 2018
Feb 20, 2018
Mar 2, 2018
Feb 28, 2021

README.md

Vue UI Framework

npm vue2

This is a collection of components and styles meant to be used across 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