@amc-technology/ui-library

Need to have [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest) installed. Need to have npm set up and logged in according to CCF [doc](https://cccf-api-docs.azurewebsites.net/index.html). <br />

Usage no npm install needed!

<script type="module">
  import amcTechnologyUiLibrary from 'https://cdn.skypack.dev/@amc-technology/ui-library';
</script>

README

Deploy UI LIbrary

Prerequisite:

Need to have Azure CLI installed. Need to have npm set up and logged in according to CCF doc.

Deploy UI Library

From the root of the project run publish_lib_doc powershell script.
It will prompt for azure username and password.
It will create a new version of @amc/ui-library npm package.
It will create new npm package and update the docs related to it.
If one wants to just deploy doc not npm package then additional -pub_lib $false parameter can be supplied. e.g. .\publish_lib_doc.ps1 -pub_lib $false

Shared componets.

Components available in UILibraryModule are shared through @amc/ui-library latest npm package.