GithubHelp home page GithubHelp logo

r-ui / rui Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 1.0 2.16 MB

Web 前端 UI 框架

Home Page: https://r-ui.github.io/rui/

JavaScript 7.32% HTML 79.02% CSS 13.65%
rui css3 css javascript bootstrap bootstrap3 bootstrap4

rui's Introduction

RUI 是一套基础样式库

执行任务

$ gulp watch

文档预览

  1. 克隆RUI
  2. 切换到 gh-pages 分支
$ git clone https://github.com/r-ui/rui.git
$ git checkout gh-pages

使用

JS 中引入模块。未上传npm,目前不能使用,如果使用,使用方法

  1. $ git clone URL 进入cd rui
  2. 运行命令 npm link 添加软链,就相当于全局安装rui
  3. 进入要使用的项目 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'

rui's People

Contributors

jaywcjlove avatar xurui3762791 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

yaob421123

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.