# vxe-core 简体中文 | [繁體中文](README.zh-TW.md) | [English](README.en.md) [![star](https://gitee.com/x-extends/vxe-core/badge/star.svg?theme=gvp)](https://gitee.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 核心库. ## 使用 ```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