Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Robe React UI Components

License

NotificationsYou must be signed in to change notification settings

robeio/robe-react-ui

Repository files navigation

Showcase

Robe-React-UI

UI library built on top ofReact-Bootstrap

NPM

npm packageBuild StatuscodecovDependency Status

Browsers support (will be updated)

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
11+15+20+5.1+25+

Note: You need includees5-shim andes6-shim.

Please take a look atProject Site

RRU = Robe-React-UI

Motivation

UI components built on top ofReact-Bootstrap.

What's inside
  • Webpack for all development (server,hotload etc.) and build (package, optimize, etc.) needs.
  • Babel for writing codes with ES6 syntax and transpiling them browser compatible codes.
  • ESLint for protecting our nice formatted codes.
  • Karma for testing.
  • React for ui.
  • React-Bootstrap for ui components
  • Recaptcha for ui reCAPTCHA component
  • GoogleMap for ui GoogleMap component
  • Enzyme for ui testing
  • [Open-Color]

Documentation

You can find detailed documentation atrobeio.github.io/robe-react-ui

Site will include Component Showcase, JSDocs and more...

Quick Start

1. Get the latest version

You can start by cloning the latest version of RRU.

2. Runnpm install

This will install both run-time project dependencies and developer tools listedinpackage.json file.

3. How to start project in Development Mode

This will start the development server and serve site application.

$ npm start

Open Browser and enterhttp://localhost:8080 (default)

How to Build for Production

If you need just to build the app (without running a dev server), simply run:

$ npm run-script build
How to run Unit Tests.
  • Single Test Run with coverage for production.
$ npmtest# Run unit tests with Mocha
  • Multi Test Run without coverage for development.
$ npm run testd# Run unit tests with Mocha
  • Development Test Examples
    npm run testd Wizard
    npm run testd ./__test__/wizard/Wizard.spec.js
    npm run testd __test__/wizard/Wizard.spec.js
    npm run testd /Users/kamilbukum/DEV/robe/robe-react-ui/__test__/wizard/Wizard.spec.js

Releases

No releases published

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp