0.1.4 • Published 1 year ago

test-ui-style v0.1.4

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

ui 组件库

快速开始

1、安装组件库

npm i  test-ui-style

2、引用组件库

//全局引用
import "test-ui-style/dist/css/index.scss";
import TESTUI from "test-ui-style";
Vue.use(TESTUI);

// 按需引用
import "test-ui-style/dist/css/demo.scss";
import { Demo } from "test-ui-style";
Vue.use(Demo);
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