vaclavbohac / gooddata-react-components

GoodData React Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoodData React Components

React.js components for building visualizations on top of GoodData platform

Getting started

Usage

With yarn installed, go to your project directory and run

$ yarn add @gooddata/react-components

If you prefer npm run

$ npm install --save @gooddata/react-components

Documentation

Documentation

Develop

Running the development

To develop, you need to run the typescript compiler. By running yarn dev, the typescript compiler will be run in watch mode.

$ cd gooddata-react-components
$ yarn dev

If you just need to build the CSS files from SASS, run

$ yarn build-css

To see and validate the react components, you can use Storybook. To run the storybook in development mode, run

$ yarn storybook

To deploy the production version of storybook, run

$ yarn build-storybook

Running the tests

To validate using tslint, run

$ yarn validate

Deployment

git checkout master && git pull upstream master --tags
npm version [major|minor|patch] -m "Release v%s"
npm publish --access=public
git push upstream master --tags

Contributing

Report bugs and features on our issues page.

License

Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

For more information, please see LICENSE

About

GoodData React Components

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 97.6%Language:CSS 1.4%Language:JavaScript 0.8%Language:Shell 0.3%