We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rubik UI 是一个基于 Vue.js 2.0+ 的开源 UI 组件库,在交互和视觉设计上遵循 Material Design 规范,适用于 PC 端和 mobile 端。
这是个从 jQuery 版本的 Material Design UI 组件库改版而来,内部系统已经开始使用,开源版本还在开发完善中。
https://github.com/ccforward/rubik
支持 Vue.js 2.0+,不支持 Vue.js 1.x
https://ccforward.github.io/rubik/
$ npm install i-rubik --save $ yarn add i-rubik
import Vue from 'vue' import Rubik from 'i-rubik' Vue.use(Rubik) export default { name: 'app', mounted(){ this.$rubik.init() } }
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons" rel="stylesheet" type="text/css">
<link href="./node_modules/i-rubik/dist/rubik.min.css" rel="stylesheet" type="text/css">
Rubik UI 的部分组件和样式代码参考了以下项目
在此表示感谢
The text was updated successfully, but these errors were encountered:
ccforward
No branches or pull requests
关于 Rubik UI
Rubik UI 是一个基于 Vue.js 2.0+ 的开源 UI 组件库,在交互和视觉设计上遵循 Material Design 规范,适用于 PC 端和 mobile 端。
这是个从 jQuery 版本的 Material Design UI 组件库改版而来,内部系统已经开始使用,开源版本还在开发完善中。
GitHub
https://github.com/ccforward/rubik
NPM
兼容
支持 Vue.js 2.0+,不支持 Vue.js 1.x
Demo
https://ccforward.github.io/rubik/
使用
npm 安装
Rubik 初始化
引入字体
引入css
相关开源项目
Rubik UI 的部分组件和样式代码参考了以下项目
在此表示感谢
The text was updated successfully, but these errors were encountered: