# vue
**Repository Path**: xunyev2/vue
## Basic Information
- **Project Name**: vue
- **Description**: https://github.com/geist-org/vue.git
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-21
- **Last Updated**: 2022-03-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> @geist-ui/vue -- An open-source design system for building modern websites and applications.
**Looking for React components? Try [Geist React](https://github.com/geist-org/react).**
## Quick Start
1. run `yarn add @geist-ui/vue` or `npm i @geist-ui/vue` install it.
2. import to projcet:
```js
import Vue from 'vue'
import GeistUI from '@geist-ui/vue'
import '@geist-ui/vue/dist/geist-ui.css'
Vue.use(GeistUI)
```
## Documentation
- [Document](https://vue.geist-ui.dev/)
- [中文文档](https://vue.geist-ui.dev/zh-cn)
## Development
1. fork and clone.
2. start: `yarn && yarn dev`
## LICENSE
[MIT](LICENSE)