@vue/ui
Version:
UI components used in the vuejs organization apps
32 lines (20 loc) • 571 B
Markdown
# Vue UI Framework
[](https://www.npmjs.com/package/@vue/ui)
[](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**