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

Jobport/muse-ui-fork

Folders and files

NameName
Last commit message
Last commit date
Feb 4, 2019
Jun 3, 2021
Aug 31, 2018
Jul 10, 2018
Sep 19, 2016
Jun 25, 2018
Mar 30, 2018
Jun 25, 2018
Jul 8, 2018
May 18, 2021
May 8, 2018
May 19, 2018
May 18, 2021
Jun 23, 2018
Sep 9, 2018
Jun 3, 2021
Jun 3, 2021
Dec 14, 2020
Feb 3, 2019

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