very-nested-viewer
v1.0.41
Published
## 🔧 Tools
Downloads
55
Readme
Very Nested Viewer
🔧 Tools
- Typescript.
- Microbundle for bundling.
- Storybook with Docs Addon for component developent and documentation.
- Jest for testing.
🔮 Future Development
- Try out my own rollup config when they fix this typescript issue.
Commands
yarn
- Install dependencies.yarn storybook
- Start the Storybook dev server.yarn test
- Run tests.yarn build
- Build the package.yarn build-watch
- Build the package continuously.npm run deploy
- Shortcut to the project root deploy process.
Deploy
Run the deploy script in this package or the project root.
npm run deploy
This will version all packages using Lerna and publish this package to NPM.
Serialise current state
Select the storybook iframe in your console then run this.
console.log(JSON.stringify(window.store.getState().item, null, 1))
You can then add this to a storybook example.