moleui
v1.0.1
Published
vue components ui library
Downloads
4
Readme
Mole
基于vue2.0开发的一套,手机端组件库
准备工作
安装
npm install mole -S
快速上手
import Vue from 'vue';
import Mole from 'mole';
Vue.use(Mole);
// or
<script src="node_modules/mole-mobile/dist/mole.js"></sciprt>
<script src="node_modules/mole-mobile/dist/mole.css"></sciprt>
// or
import Icon from 'mole-mobile/packages/icon';
Vue.use(Icon);
<mole-icon fill="orange"></mole-icon>
流览器兼容
iOS
Android 4.2+
Links
License
MIT