3.0.13 • Published 6 years ago

@hawtio/preferences v3.0.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

hawtio-preferences

CircleCI

This plugin provides preferences functionality for hawtio, allowing custom plugins to register their own preference, which are then shown from the user preference menu.

Installation

yarn add @hawtio/preferences

Set up development environment

Clone the repository

git clone https://github.com/hawtio/hawtio-preferences
cd hawtio-preferences

Install development tools

Install project dependencies

yarn install

Run the demo web application

yarn start

Turn on source maps generation for debugging TypeScript

If you want to debug .ts using a browser developer tool such as Chrome DevTools, pass the --sourcemap flag:

yarn start -- --sourcemap

Do not use this flag when you are committing the compiled .js file, as it embeds source maps to the output file. Use this flag only during development.

3.0.13

6 years ago

3.0.12

6 years ago

3.0.11

6 years ago

3.0.10

7 years ago

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago