Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DevCloudFE/vue-devui

Repository files navigation

Vue DevUI

Vue3 component library based on DevUI Design

English | Jian Ti Zhong Wen

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, Sweet and Provence.

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 ) in the App.vue file:

<template>
<d-button>Buttond-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 + 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

Maintainers

Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.

Outstanding contributions include, but are not limited to, the following:

  • 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):


Kagol


TinsFox


nif


Zcating


Wang Kai


iel


chenxi24


Xiao Jiu Jiu


AlanLee


Echo


GaoNeng


Xing Yan


devin


Wu Sheng


sleep_fish


Mi Xin whylost


X.Q. Chen


Xie Jia Nan Hai


lihai


Na Lu Duo


ElsaOOo


Liu Xiao Di


unfound


Roading


Chestnut


c0dedance


Du Qing Yu


linxiang


Jue Mu Ren Zhe


Yi Ge Da Pang Zi


Ikko Ashimine


Bob


populus


tohalf


Miliky


MICD


mingBin


Chen Jian Zhu


Merlin218


Johnny.Liu


Yangxfeng


jCodeLife


Song Xiao Ri


daviForevel


lj1990111


newer2333


Ha Shi Qi -Huang


Xun


Anthonio OuYang


FlingYP


xzxldl55


79


wailen


jenson


dbsdaicheng


qinwencheng


Angelanana


joo1es


handsomezyw


Yoki


luopei


Mr.Cheng


Bbbtt04


Zz-ZzzZ


buaalkn


hxj9102


Whbbit1999


zhaoShijuan


XiaoRIGE


xiaogonggong-w


hqchqc


Lucky-Ya-Q


xGuangsPBD


cnvoid


sakanaovo

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

Partner project

License

MIT

About

UI components based on Vue3 and DevUI Design

Topics

Resources

Readme

License

MIT license

Code of conduct

Code of conduct

Contributing

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 102