# mk-ui **Repository Path**: seongbrave/mk-ui ## Basic Information - **Project Name**: mk-ui - **Description**: 觅客mobile 前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-15 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mk-ui > 独立公司业务组件,抽取公用模块 > A fantastic mobile ui lib implement by Vue. ### Links * [Home](http://emeker.gitee.io/mk-ui/) * [Docs](http://emeker.gitee.io/mk-ui/docs/index.html) * [Example](http://emeker.gitee.io/mk-ui/docs/example/index.html) ![Example QR](./static/example.png) ### Communication ### Install ```shell npm install eme-ui --save ``` ### Usage ```js import mk from 'eme-ui' import 'eme-ui/lib/mk.min.css' Vue.use(mk) ```