Skip to content

DevCloudFE/vue-devui

Repository files navigation

DevUI Logo

Vue DevUI

Vue3 component library based on DevUI Design

English | ็ฎ€ไฝ“ไธญๆ–‡

๐ŸŒˆ Features๏ผš

  • ๐Ÿ“ฆ 40 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, Sweet and Provence.

๐Ÿ”ง Usage

The first step is to install vue devui:

npm i 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 [email protected]:DevCloudFE/vue-devui.git
cd vue-devui
pnpm i
pnpm dev

Open your browser and visit: http:https://localhost:3000/.

๐Ÿค 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 + JSX technology.
  • ๐ŸŽ 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.

If you don't know how to start, please read our contributing guide

โœจ Contributors

Thanks goes to these wonderful people (emoji key):


Kagol

๐Ÿšง ๐Ÿ’ป ๐Ÿ“–

TinsFox

๐Ÿšง ๐Ÿš‡

nif

๐Ÿ’ป

Zcating

๐Ÿšง ๐Ÿ’ป

็Ž‹ๅ‡ฏ

๐Ÿ’ป

iel

๐Ÿšง ๐Ÿ’ป

chenxi24

๐Ÿ’ป

ๅฐไนไน

๐Ÿ’ป

AlanLee

๐Ÿ’ป

Echo

๐Ÿ’ป

GaoNeng

๐Ÿ’ป

่กŒ่จ€

๐Ÿ’ป ๐Ÿ›

devin

๐Ÿ’ป

ๆ— ๅฃฐ

๐Ÿ’ป

sleep_fish

๐Ÿ’ป

่ฟทๅฟƒwhylost

๐Ÿ’ป

X.Q. Chen

๐Ÿš‡ ๐Ÿ’ป

่‘‰ๅฎถ็”ทๅญฉ

๐Ÿ’ป

lihai

๐Ÿ’ป

็บณๆ’ธๅคš

๐Ÿ’ป

ElsaOOo

๐Ÿšง ๐Ÿš‡ ๐Ÿ’ป

ๅˆ˜ๅฐ่ฟช

๐Ÿ’ป

unfound

๐Ÿ’ป

Roading

๐Ÿ’ป

Chestnut

๐Ÿ’ป

c0dedance

๐Ÿ’ป

ๆœๅบ†ๆ„‰

๐Ÿ’ป

linxiang

๐Ÿ’ป

ๆŽ˜ๅข“ๅฟ่€…

๐Ÿ’ป

ไธ€ไธชๅคง่ƒ–ๅญ

๐Ÿ’ป ๐Ÿ“–

Ikko Ashimine

๐Ÿ“–

Bob

๐Ÿ’ป

populus

๐Ÿ’ป

tohalf

๐Ÿ’ป

Miliky

โš ๏ธ ๐Ÿ’ป

MICD

๐Ÿ’ป ๐Ÿ›

mingBin

๐Ÿ’ป

้™ˆๅ‰‘ๆœฏ

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT