Skip to content
New issue

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

50.Material Design 风格的 Vue.js UI 组件库 beta 版本发布 #53

Open
ccforward opened this issue Jan 13, 2017 · 0 comments
Open

Comments

@ccforward
Copy link
Owner

关于 Rubik UI

Rubik UI 是一个基于 Vue.js 2.0+ 的开源 UI 组件库,在交互和视觉设计上遵循 Material Design 规范,适用于 PC 端和 mobile 端。

这是个从 jQuery 版本的 Material Design UI 组件库改版而来,内部系统已经开始使用,开源版本还在开发完善中。

GitHub

https://github.com/ccforward/rubik

NPM

npm

兼容

支持 Vue.js 2.0+,不支持 Vue.js 1.x

Demo

https://ccforward.github.io/rubik/

使用

npm 安装

$ npm install i-rubik --save

$ yarn add i-rubik

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">

引入css

<link href="./node_modules/i-rubik/dist/rubik.min.css" rel="stylesheet" type="text/css">

相关开源项目

Rubik UI 的部分组件和样式代码参考了以下项目

在此表示感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant