vxe-design
v4.0.7
Published
A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms
Readme
vxe-design
一个基于 vue 的 PC 端组件库
浏览器支持
|
|
|
|
--- | --- | --- | --- | --- |
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
安装
版本:vue 3.x
npm install vxe-pc-ui vxe-table vxe-designNPM
// ...
import VxeUIBase from 'vxe-pc-ui'
import 'vxe-pc-ui/es/style.css'
import VxeUITable from 'vxe-table'
import 'vxe-table/es/style.css'
import VxeUIDesign from 'vxe-design'
import 'vxe-design/lib/style.css'
// ...
createApp(App).use(VxeUIBase).use(VxeUITable).use(VxeUIDesign).mount('#app')運行項目
安裝依賴
npm install啓動本地調試
npm run serve編譯打包,生成編譯後的目錄:es,lib
npm run lib許可證
MIT © 2019-present, Xu Liangzhan
