# element-ui **Repository Path**: moon1996/element-ui ## Basic Information - **Project Name**: element-ui - **Description**: element-ui二开版 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-31 - **Last Updated**: 2023-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

> element-ui二开版,仅供内部使用,其他慎用 Element will stay with Vue 2.x ## Links - 文档 - [github](https://zj-197.github.io/element-ui) - [gitee](https://zzzjjj197.gitee.io/element-ui) ## Install ```shell npm install wp-element-ui -S ``` ## Quick Start ``` javascript import Vue from 'vue' import Element from 'wp-element-ui' Vue.use(Element) // or import { Select, Button // ... } from 'wp-element-ui' Vue.component(Select.name, Select) Vue.component(Button.name, Button) ``` ## Browser Support Modern browsers and Internet Explorer 10+.