Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 705 Bytes

README.zn-CN.md

File metadata and controls

37 lines (27 loc) · 705 Bytes

基于Vue开发的UI组件库

中文 | English | UI 库开发环境搭建文档

安装

npm i @pingtoug/vxui
或
yarn add @pingtoug/vxui

快速开始

// 引入样式
import '@pingtoug/vxui/lib/css/vxui.css'

import VXUI from '@pingtoug/vxui'
Vue.use(VXUI)
// 或者
import { XButton } from '@pingtoug/vxui'
Vue.use(XButton)

文档

中文

LICENSE

MIT