# varlet-ui
**Repository Path**: ou-xiao-feng/varlet-ui
## Basic Information
- **Project Name**: varlet-ui
- **Description**: Varlet 是一个基于 Vue3 开发的 Material 风格移动端组件库,全面拥抱 Vue3 生态,由 varletjs 社区团队进行开发和维护
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: dev
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 108
- **Created**: 2023-02-11
- **Last Updated**: 2023-02-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
---
### Intro
Varlet is a Material design mobile component library developed based on `Vue3`, developed and maintained by `varletjs` community team.
### Features
- 🚀 Provide 50+ high quality general purpose components
- 🚀 Components are very lightweight
- 💪 Developed by Chinese, complete Chinese and English documentation and logistics support
- 🛠️ Support on-demand introduction
- 🛠️ Support theme customization
- 🌍 Support internationalization
- 💡 Support WebStorm syntax highlighting
- 💪 Support the SSR
- 💡 Support the Typescript
- 💪 Make sure more than 90 percent unit test coverage, providing stability assurance
- 🛠️ Support dark mode
- 🛠️ Provide official VSCode extension
### Install
### CDN
`varlet.js` contain all the styles and logic of the component library, and you can import them.
```html
```
### Webpack / Vite
```shell
# Install with npm or yarn or pnpm
# npm
npm i @varlet/ui -S
# yarn
yarn add @varlet/ui
# pnpm
pnpm add @varlet/ui
```
```js
import App from './App.vue'
import Varlet from '@varlet/ui'
import { createApp } from 'vue'
import '@varlet/ui/es/style'
createApp(App).use(Varlet).mount('#app')
```
### Playground
See [Varlet UI Playground](https://varlet.gitee.io/varlet-ui-playground).
### Contribution
See [Contributing Guide](https://github.com/varletjs/varlet/blob/dev/.github/CONTRIBUTING.md).
### Start On Cloud IDE
See [Cloud IDE](https://idegithub.com/varletjs/varlet).
### Community
We recommend that [issue](https://github.com/varletjs/varlet/issues) be used for problem feedback, or others:
* Wechat group
* Join the [Discord](https://discord.gg/Dmb8ydBHkw)
### Thanks to contributors