1.0.3 • Published 2 years ago

@oaktreesoftware/iq-ui v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

To run this library locally

  1. Add to html file:
  2. Run webpack dev server: npm run dev

To build file for prod

  1. npx webpack --mode=production - will copy final js file to: \iiq-web\Spark.Web\wwwroot\media\compiled Assumes iiq-web is a siblint of iq-ui

To publish

  1. npm login
  2. npm publish --access private