0.1.0 • Published 1 year ago

mostilyer-ui-test v0.1.0

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

mostilyer-ui

快速开始

1.安装组件库

bash npm i mostilyer-ui-test 

2.引用组件库

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

//按需引入
import 'mostilyer-ui-test/dist/css/loading.css';
import {Loading} from 'mostilyer-ui-test';
Vue.use(Loading);
0.1.0

1 year ago