@jobport/muse-ui
v3.0.9
Published
material design ui for vue2
Downloads
27
Readme
Publishing to npm
After merging your fix/patch/improvement/etc.. make sure you build the package with:
npm run build
Bump the version of our muse package with:
npm version patch
or npm version minor
or npm version major
Choose patch/minor/major depending on the size/impact of the changes you have made.
Publish the changes to npm with:
npm publish
Installation
Muse-UI is available as an npm package
npm install muse-ui -S
yarn add muse-ui
Usage
import Vue from 'vue'
import MuseUI from 'muse-ui'
import 'muse-ui/dist/muse-ui.css'
Vue.use(MuseUI)
For more information, please refer to Usage in our documentation.
Browser Support
Modern browsers and Internet Explorer 10+.
Contributing
Please make sure to read the contributing guide (中文 | English) before making a pull request.
Changelog
Detailed changes for each release are documented in the release notes.
Documentation
Check out our documentation website.
Supporting Muse-UI
If you find Muse-UI useful, you can buy us a cup of coffee
Licence
muse-ui is open source and released under the MIT Licence.
Copyright (c) 2016 myron