react
+vega
|vega-lite
http://vega.github.io/react-vega/
Click on package name below to see its documentation.
Package | Version |
---|---|
react-vega | |
react-vega-lite |
lerna is used to manage versions and dependencies between packages in this monorepo.
react-vega/
lerna.json
package.json
...
packages/
package1/
package.json
...
src/
test/
...
lib/
esm/
...
...
- clone this repo
- have
yarn install
package dependencies and manage the symlinking between packages for you
git clone ...react-vega && cd react-vega
yarn install
Each package defines its own build config, linting, and testing. You can have lerna run commands
across all packages using the syntax yarn run test
(or yarn run test:watch
for watch mode) from the root directory.
This repository follows conventional commits guideline for commit messages and has a commitlint
hook which will require you to have the valid commit message before committing. You can use npm run commit
to help you create a commit message.
Prerequisite: You'll need an npmjs.com account and given write access to react-vega
and react-vega-lite
.
- Make sure you're logged in to NPM from your shell. Run
npm login
if necessary. - To make the release, run
yarn run release
and follow the prompts.
Apache-2.0