Skip to content

Muxi-Studio/MUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76c6c29 · Jul 31, 2018

History

78 Commits
Jul 31, 2018
May 30, 2018
Aug 30, 2016
Jul 18, 2018
Jul 31, 2018
Jul 18, 2018
Apr 5, 2018
May 18, 2018
May 18, 2018
Jul 18, 2018
May 15, 2018
May 18, 2018
Apr 4, 2018

Repository files navigation

MUI ci

Muxi UI is an UI Component collection for developing PC web applications, based on Vuejs.

Designed by MED(Muxi UED).

Todo

  • Add scss structure, and scss config for webpack
  • Build a demo page, like this
  • Grid system
  • Develop all the component

Basic Usage

Using Standalone Bundle(CDN)

<script src="./lib/vue.js"></script>
<script src="./dist/main.js"></script> // script tag should be put after vuejs
<script src="./dist/style.js"></script>

Using NPM

Intall MUI using

npm install muxiui

Then

import MUI from "muxiui"
import 'muxiui/dist/style.js'

Vue.use(MUI)

Documentation

Working on it

Development

npm install

npm run dev

webpack-dev-server will run on port 9000, so we can get bundle with http://localhost:9000/dist/main.js(Component code) and http://localhost:9000/dist/style.js(Style), without losing the power of hot reloading.

Demo repo, you can use this repo to test your code.

Contributor

Special thanks to our Designer CAMOCAT!

Lisence

MIT