0.1.0 • Published 11 months ago

hxy-component v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

hxy-ui 组件库

快速开始

1、安装组件库

npm i hxy-ui

2、引用组件库

// 全部引入
import 'hxy-ui/dist/css/index.css';
import HXYUI from 'hxy-ui';
Vue.use(HXYUI);

// 按需引入
import 'hxy-ui/dist/css/hbutton.css'
import { HButton } from 'hxy-ui';
Vue.use(HButton);
0.1.0

11 months ago