# mind-ui-vue **Repository Path**: ixook/mind-ui-vue ## Basic Information - **Project Name**: mind-ui-vue - **Description**: vue2.x版本移动端组件库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://mind-ui-vue.ixook.com/docs/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-29 - **Last Updated**: 2023-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: GitHub ## README # Mind UI Vue > Mobile UI for **Vue 2.6+** ### 温馨提示 该组件库是个人为 [慕影网](https://github.com/NameLi/muying-h5) 项目所开发的配套组件库,未经过严格测试,不建议在生产环境使用。 ### 在线预览 预览地址:[https://mind-ui-vue.ixook.com](https://mind-ui-vue.ixook.com) ### 使用文档 使用文档:[https://mind-ui-vue.ixook.com/docs](https://mind-ui-vue.ixook.com/docs) ### 安装 ```shell npm i mind-ui-vue -S ``` ### 使用 全量引入 ```javascript import Vue from 'vue'; import MindUI from 'mind-ui-vue'; import 'mind-ui-vue/lib/index.css'; Vue.use(MindUI); ``` 按需引入 ```javascript import { Button } from 'mind-ui-vue'; Vue.use(Button); ``` ### 本地启动 ```shell npm run serve ``` ### License MIT