Skip to content

xixixao/blueprint

 
 

Repository files navigation

Blueprint is a React UI toolkit for the Web.

This repository does not contain compiled assets so please install relevant packages from NPM.

Packages

This repository contains multiple projects in the packages/ directory that are distributed as separate packages on NPM:

npm – Core styles & components.

npm – Components for interacting with dates and times.

npm – Scalable interactive table component.

The other packages (docs and landing) are not published to NPM as they are used to build the documentation site.

Development

We use Lerna to manage inter-package dependencies in this monorepo. Builds are orchestrated via Gulp tasks.

Prerequisite: Node.js v6 or v7

  1. git clone this repository (or fork if you lack permissions)
  2. npm install to install build dependencies
  3. npm run bootstrap to install and link each package using lerna
  4. npm run gulp to compile and start the server and watcher
  5. Open your browser to localhost:9000/packages/docs/dist/

Contributing

Read our development practices for details about how to contribute to Blueprint.

License

This project is made available under the Apache 2.0 License.

About

A React UI toolkit for the Web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 67.8%
  • CSS 27.3%
  • JavaScript 3.7%
  • Other 1.2%