vxe-pc-ui

October 23, 2025 · View on GitHub

简体中文 | 繁體中文 | English | 日本語

github star gitee star gitcode star npm version NodeJS with Webpack npm downloads issues issues closed pull requests pull requests closed npm license

A vue based PC component library.

Browser Support

EdgeChromeFirefoxOperaSafari
80+ ✔80+ ✔90+ ✔75+ ✔10+ ✔

Use

npm install vxe-pc-ui
// ...
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

npm install

Start local debugging

npm run serve

Compile packaging, generated compiled directory: es,lib

npm run lib

License

MIT © 2019-present, Xu Liangzhan