moleui

1.0.1 • Public • Published

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

API文档

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i moleui

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.95 MB

Total Files

179

Last publish

Collaborators

  • muyi0327