https://vuejs.github.io/ui/
💻 UI components for official Vue organization apps
https://vuejs.github.io/ui/
Last synced: 5 months ago
JSON representation
💻 UI components for official Vue organization apps
- Host: GitHub
- URL: https://vuejs.github.io/ui/
- Owner: vuejs
- Archived: true
- Created: 2018-02-20T16:34:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:03:41.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:55:16.018Z (6 months ago)
- Language: Vue
- Homepage: https://vuejs.github.io/ui/
- Size: 7.49 MB
- Stars: 1,328
- Watchers: 57
- Forks: 91
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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**