cloudify-blueprint-topology
v4.2.0
Published
Cloudify Blueprint Topology library
Downloads
452
Readme
cloudify-blueprint-topology
Blueprint topology front end library, used by Cloudify Stage and Cloudify Blueprint Composer.
Requirements
Project requires NodeJS >= 16.13.1.
Setup
To download project dependencies you need to run:
npm install
Package
To create topology bundle package run:
npm run build
Examples
To run development server with usage examples use the following command:
npm run devServer
Development server will be started at http://localhost:29000
.
Documentation
See docs/README.md.
Publishing
Cloudify Blueprint Topology library is published in NPM registry. See cloudify-blueprint-topology@npm.
Cloudify Blueprint Topology uses the same mechanism as Cloudify UI Common repository for publishing. Check Publishing section @ cloudify-ui-common for details.