2.15.1-beta.30 • Published 2 years ago

yh-element v2.15.1-beta.30

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

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

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

MIT

其他说明

开发 npm run dev

打包 修改 package.json 版本号后 npm run dist

发布到 npm npm publish