Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fei5156/muse-ui

Open more actions menu
 
 

Repository files navigation

Muse UI

npm package NPM downloads Join the chat at https://gitter.im/muse-ui/muse-ui

Material Design UI library for Vuejs 2.0

Links

Install

npm install muse-ui -save

Get Started

import Vue from 'vue'
import MuseUI from 'muse-ui'
import 'muse-ui/dist/muse-ui.css'
Vue.use(MuseUI)

or

webpack.conf.js

{
  // ...
  module: {
    loaders: [
      // ...
      {
        test: /muse-ui.src.*?js$/,
        loader: 'babel'
      }
    ]
  },
  resolve: {
    // ...
    alias: {
      'muse-components': 'muse-ui/src'
    }
  }
}

main.js

import Vue from 'vue'
import 'muse-components/styles/base.less' // 加载基础的样式
import appBar from 'muse-components/appBar'
import avatar from 'muse-components/avatar'
// ..
Vue.component(appBar.name, appBar)
Vue.component(avatar.name, avatar)

Browser Support

  • IE 10+
  • Andorid 4.4+
  • IOS 7+

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Dependencies

Licence

muse-ui is open source and released under the MIT Licence.

Copyright (c) 2016 myron

About

Material Design UI library for Vuejs 2.0

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 54.9%
  • JavaScript 33.8%
  • CSS 11.2%
  • Shell 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.