# ui **Repository Path**: vuejs/ui ## Basic Information - **Project Name**: ui - **Description**: 💻 UI components for official Vue organization apps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue UI Framework [![npm](https://img.shields.io/npm/v/@vue/ui.svg)](https://www.npmjs.com/package/@vue/ui) [![vue2](https://img.shields.io/badge/vue-2.5.13-brightgreen.svg)](https://vuejs.org/) 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: ```js import Vue from 'vue' import VueUi from '@vue/ui' Vue.use(VueUi) ``` Import the CSS: ```js import '@vue/ui/dist/vue-ui.css' ``` **Documentation is Work In Progress**