A research system for component-based Visual Analytics applications
Перейти к файлу
Chris Trevino 9ef88b4d85
ci: update docsite path (#16)
* ci: update docsite path

* cut semver

* filter release/ branches from semver check
2020-10-21 11:43:57 -07:00
.github ci: update docsite path (#16) 2020-10-21 11:43:57 -07:00
.vscode Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.yarn ci: update docsite path (#16) 2020-10-21 11:43:57 -07:00
packages Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.docsignore Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.docsrc Generate apidocs & copy them into Gatsby Docsite (#1) 2020-07-30 17:11:43 -07:00
.editorconfig initial commit 2020-07-30 08:13:00 -07:00
.eslintignore Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.eslintrc initial commit 2020-07-30 08:13:00 -07:00
.gitattributes Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.gitignore Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.huskyrc.json Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.lintstagedrc.json Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.npmrc Use public version of graph renderer (#13) 2020-09-14 22:22:29 -07:00
.pnp.js Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.prettierignore Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
.prettierrc initial commit 2020-07-30 08:13:00 -07:00
.spelling Generate apidocs & copy them into Gatsby Docsite (#1) 2020-07-30 17:11:43 -07:00
.yarnrc.yml Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-13 09:11:04 -07:00
LICENSE Initial LICENSE commit 2020-07-13 09:11:05 -07:00
README.md Switch from Yarn 2 to pnpm (#10) 2020-09-04 00:19:03 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-13 09:11:07 -07:00
jest.config.js Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
jest.setup.js initial commit 2020-07-30 08:13:00 -07:00
license.md initial commit 2020-07-30 08:13:00 -07:00
package.json Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
setup-enzyme.js Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
tsconfig.base.json Wire Storybook into vac docsite (#2) 2020-08-04 00:20:29 -07:00
tsconfig.jest.json Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00
yarn.lock Flatten Monorepo; Use Yarn 2+ PnP (#14) 2020-10-20 16:59:23 -07:00

README.md

Node CI

Visual Analytic Components

Microsoft Visual Analytic Components is a research-grade SDK for creating composable visual analytic applications.

For more details, check out the documentation site

Developing

pnpm install
# starts documentation website and embedding-browser application
pnpm start

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.