mind-ui-vue

1.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mind-ui-vue

Weekly Downloads

2

Version

1.2.2

License

MIT

Unpacked Size

2.21 MB

Total Files

102

Last publish

Collaborators

  • bingtangxueli