@apisuite/extension-status-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @apisuite/extension-status-ui

Weekly Downloads

2

Version

1.0.5

License

none

Unpacked Size

170 kB

Total Files

35

Last publish

Collaborators

  • apisuite-admin