Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muxi-studio/mui
A UI framework for developing desktop web applications
https://github.com/muxi-studio/mui
frontend muxistudio ui-components vuejs
Last synced: 1 day ago
JSON representation
A UI framework for developing desktop web applications
- Host: GitHub
- URL: https://github.com/muxi-studio/mui
- Owner: Muxi-Studio
- Created: 2016-05-07T03:08:45.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-07-31T12:29:16.000Z (over 6 years ago)
- Last Synced: 2024-10-29T01:26:56.427Z (17 days ago)
- Topics: frontend, muxistudio, ui-components, vuejs
- Language: Vue
- Homepage: https://muxi-studio.github.io/muxiui/
- Size: 254 KB
- Stars: 10
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MUI ![ci](https://travis-ci.org/Muxi-Studio/MUI.svg?branch=dev)
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](http://element.eleme.io)
+ Grid system
+ Develop all the component### Basic Usage
#### Using Standalone Bundle(CDN)
```
// script tag should be put after vuejs
```
#### 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](https://github.com/Muxi-Studio/muxiui), you can use this repo to test your code.
### Contributor
Special thanks to our Designer [CAMOCAT](http://camocat.me)!
+ [Amanda111](https://github.com/amanda111)
+ [stephenLYao](https://github.com/stephenLYao)
+ [zxc0328](https://github.com/zxc0328)### Lisence
MIT