superset/superset-frontend/temporary_superset_ui/superset-ui
Krist Wongsuphasawat e2c83f92e9 Merge pull request #12 from apache-superset/kristw--translation
Add @superset-ui/translation
2021-11-26 11:44:31 +08:00
..
.github Merge pull request #1 from apache-superset/chris--core-package 2021-11-26 11:44:30 +08:00
packages Merge pull request #12 from apache-superset/kristw--translation 2021-11-26 11:44:31 +08:00
.gitignore [SupersetClient] allow csrf token to be passed as configuration (#9) 2021-11-26 11:44:31 +08:00
.travis.yml [monorepo] add travis + codecov (#3) 2021-11-26 11:44:30 +08:00
CHANGELOG.md Merge pull request #1 from apache-superset/chris--core-package 2021-11-26 11:44:30 +08:00
lerna.json v0.0.7 2021-11-26 11:44:31 +08:00
package.json [SupersetClient] include csrfToken passed in configuration in headers (#10) 2021-11-26 11:44:31 +08:00
README.md Merge pull request #1 from apache-superset/chris--core-package 2021-11-26 11:44:30 +08:00

@superset-ui

Collection of packages that power the Apache Superset UI, and can be used to craft custom data applications that leverage a Superset backend 📈

Packages

@superset-ui/core Version

Coming 🔜

  • Data providers
  • Embeddable charts
  • Chart collections
  • Demo storybook package

Development

lerna is used to manage versions and dependencies between packages in this monorepo.

superset-ui/
  lerna.json
  package.json
  ...
  packages/
    package1/
      package.json
      ...
      src/
      test/
      ...
      lib/
      esm/
      ...
    ...

For easiest development

  1. clone this repo
  2. install the root npm modules including lerna and yarn
  3. have lerna install package dependencies and manage the symlinking between packages for you
git clone ...superset-ui && cd superset-ui
npm install
lerna bootstrap

Builds, linting, and testing

Each package defines its own build config, linting, and testing. You can have lerna run commands across all packages using the syntax lerna exec test from the root @superset/monorepo root directory.

License

Apache-2.0