# vue-devui **Repository Path**: howai/vue-devui ## Basic Information - **Project Name**: vue-devui - **Description**: 一个基于 DevUI Design 设计体系的 Vue3 组件库,使用最新的 Vite + Vue3 + TypeScript + JSX 搭建,包含60多个简洁、易用、灵活的组件。 Github源码链接:https://github.com/DevCloudFE/vue-devui - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: dev - **Homepage**: https://vue-devui.gitee.io - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 482 - **Created**: 2022-09-10 - **Last Updated**: 2022-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Vue3 component library based on DevUI Design
English | [简体中文](README.zh-CN.md) 🌈 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 ```sh npm install vue-devui --save ``` Install with yarn ```sh yarn add vue-devui ``` Install with pnpm ```sh pnpm add 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 `