vxe-design
Version:
A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms
73 lines (50 loc) • 3.01 kB
Markdown
# vxe-design
[简体中文](README.md) | [繁體中文](README.zh-TW.md) | English | [日本語](README.ja-JP.md)
[](https://github.com/x-extends/vxe-design/stargazers)
[](https://gitee.com/x-extends/vxe-design/stargazers)
[](https://gitcode.com/x-extends/vxe-design/stargazers)
[](https://www.npmjs.com/package/vxe-design)
[](https://github.com/x-extends/vxe-design/actions/workflows/webpack.yml)
[](https://npm-stat.com/charts.html?package=vxe-design)
[](https://github.com/x-extends/vxe-design/issues)
[](https://github.com/x-extends/vxe-design/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/x-extends/vxe-design/pulls)
[](https://github.com/x-extends/vxe-design/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
版本:[vue](https://www.npmjs.com/package/vue) 3.x
```shell
npm install vxe-pc-ui vxe-table vxe-design
```
### NPM
```javascript
// ...
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')
```
## 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