# element-enhance **Repository Path**: elearns/element-enhance ## Basic Information - **Project Name**: element-enhance - **Description**: a component library for Vue 3 base on element-plus - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2021-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Element - Enhance > A component library for vue-next base on element-plus [在线文档](https://jmysy.github.io/element-enhance/) | [更新日志](./CHANGELOG.md) | [Simple Admin](https://github.com/Jmysy/element-enhance-admin) ### 安装 ```sh npm i element-enhance ``` ### 引入 ```js import { createApp } from 'vue' import App from './App.vue' import ElementEnhance from 'element-enhance' import 'element-enhance/lib/style.css' createApp(App).use(ElementEnhance).mount('#app') ``` ### 使用 ```vue ``` ### 趋势 [![Giteye chart](https://chart.giteye.net/gitee/Jmysy/element-enhance/9X8CXNEY.png)](https://giteye.net/chart/9X8CXNEY) ### 贡献 [![Giteye chart](https://chart.giteye.net/gitee/Jmysy/element-enhance/57W94KFG.png)](https://giteye.net/chart/57W94KFG)