mythreeui

0.0.15 • Public • Published

mythreeui 组件库

快速开始

1.安装组件库

npm i mythreeui

2.引入组件库

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i mythreeui

Weekly Downloads

1

Version

0.0.15

License

none

Unpacked Size

5.4 kB

Total Files

6

Last publish

Collaborators

  • chenyongjie123