@fluid-experimental/property-inspector
v1.4.0
Published
TreeTable representation for property-dds which allow browsing, editing and searching.
Downloads
274
Readme
@fluid-experimental/property-inspector
An app for inspecting documents created by PropertyDDS using an efficient table-tree.
Getting Started
After cloning the repository, install dependencies with:
Go back to the root folder and run:
npm install
alias fb='clear && node "$(git rev-parse --show-toplevel)/node_modules/.bin/fluid-build"'
fb --install --symlink:full
fb --all @fluid-experimental/property-inspector tinylicious
You can then run the example with:
npm start
This will open a browser window to the example. You can navigate to the same URL in a second window to see changes propagating between clients.
To webpack the bundle and output the result in ./dist
, you can run:
npm run build