https://github.com/x-extends/vxe-core
Vxe UI 核心库
https://github.com/x-extends/vxe-core
Last synced: over 1 year ago
JSON representation
Vxe UI 核心库
- Host: GitHub
- URL: https://github.com/x-extends/vxe-core
- Owner: x-extends
- License: mit
- Created: 2024-05-20T15:10:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T10:00:25.000Z (over 1 year ago)
- Last Synced: 2025-04-07T02:02:50.624Z (over 1 year ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# vxe-core
[简体中文](README.md) | [繁體中文](README.zh-TW.md) | English
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.
[](https://github.com/x-extends/vxe-core/graphs/contributors)
## License
[MIT](LICENSE) © 2019-present, Xu Liangzhan