# vue-devui **Repository Path**: asian-TMac/vue-devui ## Basic Information - **Project Name**: vue-devui - **Description**: vue3版本DevUI组件库。 https://devui.design - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 482 - **Created**: 2021-08-06 - **Last Updated**: 2022-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Vue3 component library based on DevUI Design
English | [简体中文](README.zh-CN.md) 🌈 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: ```ts 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 `