Muxi UI is an UI Component collection for developing PC web applications, based on Vuejs.
Designed by MED(Muxi UED).
- Add scss structure, and scss config for webpack
- Build a demo page, like this
- Grid system
- Develop all the component
<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>
Intall MUI using
npm install muxiui
Then
import MUI from "muxiui"
import 'muxiui/dist/style.js'
Vue.use(MUI)
Working on it
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.
Special thanks to our Designer CAMOCAT!
MIT