yh-element
v2.15.1-beta.30
Published
forked from ElemeFE/element
Downloads
595
Readme
forked from ElemeFE/element
Element will stay with Vue 2.x
For Vue 3.0, we recommend using Element Plus from the same team
Links
Homepage and documentation
Starter kit
Gitter
Install
npm install yh-element -S
Quick Start
import Vue from 'vue'
import Element from 'yh-element'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'yh-element'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Browser Support
Modern browsers and Internet Explorer 10+.
Development
Skip this part if you just want to use Element.
For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.
Changelog
Detailed changes for each release are documented in the release notes.
Contribution
Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.
LICENSE
其他说明
开发
npm run dev
打包
修改 package.json 版本号后
npm run dist
发布到 npm
npm publish