# qv-vue-ui **Repository Path**: virtual1680/qv-vue-ui ## Basic Information - **Project Name**: qv-vue-ui - **Description**: qv-vue是基于现有的element-plus库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://virtual1680.github.io - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 1 - **Created**: 2022-07-27 - **Last Updated**: 2023-10-08 ## Categories & Tags **Categories**: webui **Tags**: vue3, TypeScript, Element-UI, element-plus ## README
qv-vue - A Vue.js 3 UI library
- 💪 Vue 3 Composition API - 🔥 Written in TypeScript ## Getting Started Alright, for you to get started if you are looking for making qv-vue better you should keep reading. For developers that uses qv-vue to develop your website you should go ahead visit [Getting Started](https://qv-vue.org/). ## How to use ``` // install yarn add ElementPlus qv-vue@next // main.ts import ElementPlus from 'element-plus' import 'element-plus/theme-chalk/index.css' import QvVue from 'qv-vue' import 'qv-vue/theme-chalk/src/index.scss' ``` ### Doc [Documentation](https://virtual1680.github.io/) ### Migration Tool :hammer_and_wrench: We have tested this on [Vue Element Admin](https://github.com/virtual1680/q-admin). --- ## Contributors This project exists thanks to all the people who contribute. And thank you to all our backers! 🙏 ## License qv-vue is open source software licensed as [MIT](https://github.com/virtual1680/qv-vue/blob/master/LICENSE).