Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://vuejs.github.io/ui/

💻 UI components for official Vue organization apps
https://vuejs.github.io/ui/

Last synced: about 1 month ago
JSON representation

💻 UI components for official Vue organization apps

Awesome Lists containing this project

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**