0.0.3 • Published 1 year ago

mythreeuics v0.0.3

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

mythreeui 组件库

快速开始

1.安装组件库

npm i mythreeui

2.引入组件库

//全部引入
import 'mythreeui/dist/css/index.css';
import cyjUi from "mythreeui";
Vue.use(cyjUi)

//按需引入
import 'mythreeui/dist/css/index.css';
import {jButton} from "mythreeui";
Vue.use(jButton);
0.0.3

1 year ago