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/
...
...
Each package defines its own build config, linting, and testing. You can have lerna run commands
across all packages using the syntax yarn test
(or yarn 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 yarn 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 release
and follow the prompts.
Apache-2.0