Skip to content

vuejs/ui

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 18, 2019 16:01
January 31, 2021 12:47
October 28, 2019 23:33
July 18, 2019 15:37
January 31, 2021 17:55
February 21, 2018 09:04
src
May 12, 2021 21:10
February 20, 2018 19:02
February 20, 2018 19:02
October 28, 2019 23:33
March 2, 2018 13:18
October 3, 2018 23:46
January 31, 2021 12:47
May 12, 2021 21:11
March 23, 2019 16:00
February 1, 2021 01:02

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