UI components based on Vue3 and DevUI Design
Vue DevUI
Vue3 component library based on DevUI Design
English | ็ฎไฝไธญๆ
๐ Features๏ผ
- ๐ฆ 55 high-quality components that are simple, easy to use, and flexible.
- ๐ Support for TypeScript.
- โฐ๏ธ Support for Nuxt3.
- โก Support for on-demand import.
- ๐ Support internationalization.
- ๐จ Support theme customization, and built-in seven beautiful themes such as
Galaxy,SweetandProvence.
๐ง Usage
First install vue-devui with npm, yarn or pnpm.
Install with npm
npm install vue-devui --save
Install with yarn
yarn add vue-devui
Install with pnpm
pnpm add vue-devui
Then import DevUI in the main.ts file:
import { createApp } from 'vue';
import App from './App.vue';
// Import Vue DevUI component and style import DevUI from 'vue-devui'; import 'vue-devui/style.css';
createApp(App).use(DevUI).mount('#app');
Then you can use the vue devui component(such as <d-button>) in the App.vue file:
<template>
<d-button>Button</d-button>
</template>
๐ฅ๏ธ Development
git clone git@github.com:DevCloudFE/vue-devui.git
cd vue-devui
pnpm install
pnpm dev
Open your browser and visit: http://localhost:3000/.
Or you can run other command
pnpm scripts
๐ค Contributing
Welcome to join our Vue DevUI open source project!๐
By participating in the Vue DevUI project, we can together:
- ๐ฅ Learn the latest cool
Vite+Vue3+TypeScript+JSXtechnology. - ๐ Learn how to design and develop UI components.
- โญ Hone programming skills and learn excellent programming practice.
- ๐ Meet a group of friends who love learning and open source.
โจ Maintainers
Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.
- kagol
- xingyan95
- linxiang07
- Zcating
- TinsFox
- JensonMiao
- xiejay97
- daviForevel
- AlanLee97
- SituC
- lj1990111
- newer2333
- vaebe
- ivestszheng
- ElsaOOo
- asdlml6
- GaoNeng-wWw
- chenxi24
- ErKeLost
- brenner8023
- 10 or more PRs are merged
- Put forward more than 10 review opinions approved by PR authors
- Provide constructive optimization advice and promote the project to become better
โจ Contributors
Contributors are community members who have 1 or more PR merged in DevUI.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!