2.9 KiB
2.9 KiB
vxe-pc-ui
A vue based PC component library.
Browser Support
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| 80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
Use
npm install vxe-pc-ui
// ...
import VxeUIAll 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(VxeUIAll)
// .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




