Skip to content

NameLi/mind-ui-vue

Repository files navigation

Mind UI Vue

Mobile UI for Vue 2.6+

温馨提示

该组件库是个人为 慕影网 项目所开发的配套组件库,未经过严格测试,不建议在生产环境使用。

在线预览

预览地址:https://mind-ui-vue.ixook.com

使用文档

使用文档:https://mind-ui-vue.ixook.com/docs

安装

npm i mind-ui-vue -S

使用

全量引入

import Vue from 'vue';
import MindUI from 'mind-ui-vue';
import 'mind-ui-vue/lib/index.css';
Vue.use(MindUI);

按需引入

import { Button } from 'mind-ui-vue';
Vue.use(Button);

本地启动

npm run serve

License

MIT