Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolking/element-pro-components
A component library for Vue 3 base on element-plus
https://github.com/tolking/element-pro-components
admin component-library element-plus element-pro pro-components ui vue vue3
Last synced: 16 days ago
JSON representation
A component library for Vue 3 base on element-plus
- Host: GitHub
- URL: https://github.com/tolking/element-pro-components
- Owner: tolking
- License: mit
- Created: 2019-08-19T02:19:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:11:50.000Z (about 2 months ago)
- Last Synced: 2024-10-11T09:11:16.783Z (about 1 month ago)
- Topics: admin, component-library, element-plus, element-pro, pro-components, ui, vue, vue3
- Language: TypeScript
- Homepage: https://tolking.github.io/element-pro-components
- Size: 28.4 MB
- Stars: 271
- Watchers: 4
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-element-plus - element-pro-components - A component library for Vue 3 base on Element Plus. [🌐](https://tolking.github.io/element-pro-components/zh-CN/guide/) (Components & Libraries / Blog Posts)
- awesome-element-plus - element-pro-components - A component library for Vue 3 base on Element Plus. [🌐](https://tolking.github.io/element-pro-components/zh-CN/guide/) (Components & Libraries / Blog Posts)
README
element-pro-components
> a component library for Vue 3 base on element-plus
[Documentation](https://tolking.github.io/element-pro-components) | [Template](https://github.com/tolking/element-admin-template) | [Changelog](./CHANGELOG.md)
## Installation
```sh
pnpm add element-pro-components
# or
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'createApp(App).use(ElementPro).mount('#app')
``````vue
```
## Contributors
Thank you to all the people who have already contributed to element-pro-components!
[![contributors](https://contrib.rocks/image?repo=tolking/element-pro-components)](https://github.com/tolking/element-pro-components/graphs/contributors)
## License
[MIT](http://opensource.org/licenses/MIT)