Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Jobport/muse-ui-fork

Repository files navigation

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

Muse-UI

Material Design UI library for Vuejs 2.0

travis ci badge Downloads Downloads Downloads

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

支持 Muse-UI

Licence

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

Copyright (c) 2016 myron

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published