# element-pro-components **Repository Path**: dsh-github/element-pro-components ## Basic Information - **Project Name**: element-pro-components - **Description**: 基于element-plus的Vue 3组件库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: https://tolking.github.io/element-pro-components - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2024-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![License](https://img.shields.io/github/license/tolking/element-pro-components.svg?style=flat-square&logo=opensourceinitiative)](https://github.com/tolking/element-pro-components/blob/master/LICENSE) [![Latest tag via npm](https://img.shields.io/npm/v/element-pro-components.svg?style=flat-square&logo=npm)](https://npmjs.com/package/element-pro-components) [![npm bundle size](https://img.shields.io/bundlephobia/min/element-pro-components?label=size&logo=npm&style=flat-square)](https://npmjs.com/package/element-pro-components) [![Npm Last Updated](https://img.shields.io/badge/dynamic/json.svg?style=flat-square&logo=npm&label=last%20release&url=http%3A%2F%2Fregistry.npmjs.org%2Felement-pro-components&query=$.time.modified)](https://www.npmjs.com/package/element-pro-components) [![Github last commit](https://img.shields.io/github/last-commit/tolking/element-pro-components.svg?&style=flat-square&logo=github)](https://github.com/tolking/element-pro-components/commits) [![Latest tag via GitHub](https://img.shields.io/github/v/tag/tolking/element-pro-components.svg?sort=semver&style=flat-square&logo=github)](https://github.com/tolking/element-pro-components/tags) # element-pro-components (Beta) > a component library for Vue 3 base on element-plus [Documentation](https://tolking.github.io/element-pro-components) | [Changelog](./CHANGELOG.md) ## Installation ```sh yarn add element-pro-components # or npm i element-pro-components ``` ## Usage ```js import { createApp } from 'vue' import App from './App.vue' import ElementPro from 'element-pro-components' import 'element-pro-components/lib/styles/index.css' createApp(App).use(ElementPro).mount('#app') ``` ```vue ``` ## Development project nodejs ^12 start ```bash yarn yarn dev ``` then, preview on `http://localhost:3000/` test build ```bash yarn build ``` before push ```bash yarn test ``` [commit-convention](https://github.com/vuejs/vue-next/blob/master/.github/commit-convention.md) ## License [MIT](http://opensource.org/licenses/MIT)