https://github.com/x-extends/vxe-pc-ui
Vxe UI 支持 vue2, vue3 的基础组件库
https://github.com/x-extends/vxe-pc-ui
vxe-form-design vxe-print vxe-table vxe-ui
Last synced: 2 months ago
JSON representation
Vxe UI 支持 vue2, vue3 的基础组件库
- Host: GitHub
- URL: https://github.com/x-extends/vxe-pc-ui
- Owner: x-extends
- License: mit
- Created: 2021-05-10T12:14:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-22T10:25:14.000Z (2 months ago)
- Last Synced: 2026-05-22T15:27:42.286Z (2 months ago)
- Topics: vxe-form-design, vxe-print, vxe-table, vxe-ui
- Language: TypeScript
- Homepage: https://vxeui.com
- Size: 8.26 MB
- Stars: 232
- Watchers: 1
- Forks: 43
- Open Issues: 148
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# vxe-pc-ui
[简体中文](README.md) | [繁體中文](README.zh-TW.md) | English | [日本語](README.ja-JP.md)
[](https://github.com/x-extends/vxe-pc-ui/stargazers)
[](https://gitee.com/x-extends/vxe-pc-ui/stargazers)
[](https://gitcode.com/x-extends/vxe-pc-ui/stargazers)
[](https://www.npmjs.com/package/vxe-pc-ui)
[](https://github.com/x-extends/vxe-pc-ui/actions/workflows/webpack.yml)
[](https://npm-stat.com/charts.html?package=vxe-pc-ui)
[](https://github.com/x-extends/vxe-pc-ui/issues)
[](https://github.com/x-extends/vxe-pc-ui/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/x-extends/vxe-pc-ui/pulls)
[](https://github.com/x-extends/vxe-pc-ui/pulls?q=is%3Apr+is%3Aclosed)
[](LICENSE)
A [vue](https://www.npmjs.com/package/vue) based PC component library.
## Browser Support
 |  |  |  | 
--- | --- | --- | --- | --- |
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
## Use
```shell
npm install vxe-pc-ui
```
```javascript
// ...
import VxeUIBase from 'vxe-pc-ui'
import 'vxe-pc-ui/lib/style.css'
// import VxeUITable from 'vxe-table'
// import 'vxe-table/lib/style.css'
// import VxeUIDesign from 'vxe-design'
// import 'vxe-design/lib/style.css'
// ...
createApp(App)
.use(VxeUIBase)
// .use(VxeUITable)
// .use(VxeUIDesign)
.mount('#app')
```
## Run the project
Install dependencies
```shell
npm install
```
Start local debugging
```shell
npm run serve
```
Compile packaging, generated compiled directory: es,lib
```shell
npm run lib
```
## License
[MIT](LICENSE) © 2019-present, Xu Liangzhan