0.1.3 • Published 9 months ago

npm-dk-ui-test v0.1.3

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

组件库的学习

快速开始

1.安装组件库

npm install npm-dk-ui-test

1.引用组件库

//全部引入
import 'npm-dk-ui-test/dist/css/index.css';
import MUI from 'npm-dk-ui-test';
Vue.use(MUI);

//按需引用
import 'npm-dk-ui-test/dist/css/demo.css';
import { Demo } from 'npm-dk-ui-test';
Vue.use(Demo);
0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago