zui-dialog
Installation
npm:
> npm i --save @zywave/zui-dialog
yarn:
> yarn add @zywave/zui-dialog
See the documentation site for more information.
Running locally
Be sure all dependencies for the monorepo have been installed (instructions at the root CONTRIBUTING.md)
Watch
> npx gulp watch
Run
> npx gulp run
Documenting
To build documentation for a component, run this command at the component directory.
> yarn run docs
Your changes will appear in the docs repo. For information on documenting components with comments, see the old polymer documentation page