0.1.9 • Published 1 year ago

xs-pixel-ui v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

pixel-ui 组件库

快速开始

1. 安装组件库

npm i xs-pixel-ui

2. 引用组件库

// 全部引入
import 'xs-pixel-ui/dist/css/index.css';
import PUI from 'xs-pixel-ui';
Vue.use(PUI);

//按需引用
import 'xs-pixel-ui/dist/css/components/button.css';
import PixelButton from 'xs-pixel-ui';
Vue.use(PixelButton)
0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago