Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.64 KB

README.en.md

File metadata and controls

71 lines (48 loc) · 2.64 KB

vxe-pc-ui

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

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

Edge Chrome Firefox Opera Safari
80+ ✔ 80+ ✔ 90+ ✔ 75+ ✔ 10+ ✔

Online Documents

👉 UI Document
👉 Table Document

Use

npm install vxe-pc-ui
// ...
import VxeUI from 'vxe-pc-ui'
import 'vxe-pc-ui/lib/style.css'
// ...

createApp(App).use(VxeUI).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

Contributors

Thank you to everyone who contributed to this project.

vxe-pc-ui

License

MIT © 2019-present, Xu Liangzhan