- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: http://iooon.com/index.html
- 软件文档: http://iooon.com/index.html
- 官方下载: https://github.com/r-ui/rui
软件介绍
RUI 是一套前端开发框架,视觉体验一致的基础样式库,借助开源力量为系统 Web 开发量身设计,可以令我们开发的系统使用感知更加统一。
执行任务
$ gulp watch
文档预览
克隆RUI
切换到 gh-pages 分支
$ git clone https://github.com/r-ui/rui.git $ git checkout gh-pages
使用
JS 中引入模块。未上传npm,目前不能使用,如果使用,使用方法
$ git clone URL进入cd rui。运行命令
npm link添加软链,就相当于全局安装rui。进入要使用的项目
npm link rui在该项目中进行添加软链,此时可以在项目中引用。
var rui = require('rui'),
stylus = require('stylus');
function compile(str) {
return stylus(str)
.use(rui());
}Stylus 中使用
@import 'rui/variables' @import 'rui/mixins' @import 'rui/alerts'
Pro JavaScript Techniques
John Resig / Apress / 2006-12-13 / USD 44.99
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web s......一起来看看 《Pro JavaScript Techniques》 这本书的介绍吧!
