# vxe-core

[简体中文](README.md) | [繁體中文](README.zh-TW.md) | English  

[![gitee star](https://gitee.com/x-extends/vxe-core/badge/star.svg)](https://gitee.com/x-extends/vxe-core/stargazers)
[![gitcode star](https://gitcode.com/x-extends/vxe-core/star/badge.svg)](https://gitcode.com/x-extends/vxe-core/stargazers)
[![npm version](https://img.shields.io/npm/v/@vxe-ui/core.svg?style=flat-square)](https://www.npmjs.com/package/@vxe-ui/core)
[![NodeJS with Webpack](https://github.com/x-extends/vxe-core/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-core/actions/workflows/webpack.yml)
[![gzip size: JS](http://img.badgesize.io/https://unpkg.com/@vxe-ui/core/lib/index.umd.min.js?compression=gzip&label=gzip%20size:%20JS)](https://unpkg.com/@vxe-ui/core/lib/index.umd.min.js)
[![npm downloads](https://img.shields.io/npm/dt/@vxe-ui/core.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@vxe-ui/core)
[![issues](https://img.shields.io/github/issues/x-extends/vxe-core.svg)](https://github.com/x-extends/vxe-core/issues)
[![issues closed](https://img.shields.io/github/issues-closed/x-extends/vxe-core.svg)](https://github.com/x-extends/vxe-core/issues?q=is%3Aissue+is%3Aclosed)
[![pull requests](https://img.shields.io/github/issues-pr/x-extends/vxe-core.svg)](https://github.com/x-extends/vxe-core/pulls)
[![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-core.svg)](https://github.com/x-extends/vxe-core/pulls?q=is%3Apr+is%3Aclosed)
[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)

Vxe UI v4.x core library.

## Install

```shell
npm install @vxe-ui/core
```

```javascript
// ...
import VxeUI from '@vxe-ui/core'
// ...

VxeUI.setConfig({
  // ...
})
```

## Contributors

Thank you to everyone who contributed to this project.

[![vxe-core](https://contrib.rocks/image?repo=x-extends/vxe-core)](https://github.com/x-extends/vxe-core/graphs/contributors)

## License

[MIT](LICENSE) © 2019-present, Xu Liangzhan
