introduce

Varlet is a Material style mobile component library developed based on Vue3. It fully embraces the Vue3 ecology and pursues lightweight component volume, simple usage and minimal thinking burden. Developed and maintained by partners in the community, after half a year of coding and polishing, and repeated reconstruction, version 1.0.0 is now officially released. I’m still waiting to be nurtured and fledgling. I hope to get your suggestions and feedback, as well as more star, issue and PR.

Source address Document address

features

  • 1. Provide more than 40 high-quality universal components
  • 2. Components are very lightweight
  • 3. Developed by Chinese, complete Chinese and English documents and logistics support
  • 4. Support import on demand
  • 5. Support theme customization
  • 6. Support internationalization
  • 7. Support webstorm and vscode component attribute highlighting
  • 8. Support for SSR
  • 9. Support the Typescript

use

#Install using NPM or YARN
# npm
npm i @varlet/ui -S
# yarn
yarn add @varlet/ui
Copy the code
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')
Copy the code

Open source licenses

Component libraries are based on the MIT protocol.

Component library author team postscript

The component library author team was made up of many Vue loyalists in the community, and in the early days of the Vue3 ecosystem we felt we should do as much as we could. It was the first time for us to implement an open source UI component library. We didn’t have much experience in similar projects. With an attitude of learning nothing, we learned the excellent design of the current mainstream component library Vant, ElementPlus, Vuetify and other warehouses, combined with our own style, wrote code line by line, and constantly rebuilt components. Constantly breaking existing features and rewriting modules. In nearly 600 commits and six months of discipline, there was a result. We hope that everyone in the community can give us a star if they think our products are acceptable. If you have any problem in using them, you can go to our warehouse to raise an issue. Pr is also welcome.

Ability is not limited, the level is limited, we will always be the front end of the development of the field of apprentices, I hope you will be a lot of help. Varlet will continue to be maintained, and gradually improve and become stable.

Warehouse address :github.com/haoziqaq/va… IO /varlet-ui