1.0.5 • Published 4 years ago

@apisuite/extension-status-ui v1.0.5

Weekly downloads
16
License
-
Repository
-
Last release
4 years ago

APISuite Status Page UI Extension

About

This repo contains the APISuite Portal UI component of the Status Page extension.

Development

Testing

npm run test

Building

npm run build

or, to watch the projecto for changes and rebuilding it:

npm run build:watch

Installing the UI Extension in your local dev environment

While developing the UI extension, you might want to test it in your local APISuite portal installation. You can install it there with

npm i --save-dev /local/path/to/apisuite-extension-status-ui/dist

Release a new version

To release a new version use npm's version command.

For instance, to create a patch release, run:

npm version patch

This will build the project, increment the version's patch field, commit these new changes and tag the commit.

Then, don't forget the push the repo and the tags:

git push && git push origin --tags

Production

To install the latest version of the extension, run:

npm i --save-dev @apisuite/extension-status-ui