All Projects → lzcmaro → vue-mui

lzcmaro / vue-mui

Licence: MIT license
Mobile UI elements for Vue 2.0

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Smarty
1635 projects

Projects that are alternatives of or similar to vue-mui

Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+4287.5%)
Mutual labels:  components, vue-components
Vueleaflet
Vue components for Leaflet maps
Stars: ✭ 177 (+1006.25%)
Mutual labels:  components, vue-components
Semantic Ui Vue
Semantic UI integration for Vue
Stars: ✭ 914 (+5612.5%)
Mutual labels:  components, vue-components
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+109731.25%)
Mutual labels:  components, vue-components
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+1481.25%)
Mutual labels:  components, vue-components
Vue Goodshare
🍿 Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks. Powered by goodshare.js project.
Stars: ✭ 345 (+2056.25%)
Mutual labels:  components, vue-components
Vue Form Components
Clean & minimal vue form elements and form builder with validation
Stars: ✭ 120 (+650%)
Mutual labels:  components, vue-components
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (+531.25%)
Mutual labels:  components, vue-components
Vue Signature Pad
🖋 Vue Signature Pad Component
Stars: ✭ 237 (+1381.25%)
Mutual labels:  components, vue-components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+15443.75%)
Mutual labels:  components, vue-components
Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (+1887.5%)
Mutual labels:  components, vue-components
mui-vue1.0
mui商城 ->mui+vue1.0打造的多页面应用,最终打包成app项目
Stars: ✭ 35 (+118.75%)
Mutual labels:  vue-components, mui
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (+24087.5%)
Mutual labels:  components, vue-components
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+149462.5%)
Mutual labels:  components, vue-components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+9281.25%)
Mutual labels:  components, vue-components
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (+13081.25%)
Mutual labels:  components, vue-components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+321250%)
Mutual labels:  components, vue-components
okeedesign-mobile-vue
High Performance, Flexiable Configuration, Various Components
Stars: ✭ 139 (+768.75%)
Mutual labels:  components, vue-components
gumdrops
GumGum's React Reusable Component Library
Stars: ✭ 56 (+250%)
Mutual labels:  components
commix
Micro-framework for data-driven composable system architectures
Stars: ✭ 46 (+187.5%)
Mutual labels:  components

vue-mui

Mobile UI elements for Vue 2.0

Installation

npm install v-mui --S

Usage

Import all components.

import Vue from 'vue';
import VueMUI from 'v-mui';

Vue.use(VueMUI);

Or import specified component.

import { Button, List } from 'v-mui';

Vue.component(Button.name, Button);
Vue.component(List.name, List);

Import CSS.

import 'v-mui/dist/css/vue-mui.css';

Development

Clone or download this repository

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# build for production with minification
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].