Socket
Socket
Sign inDemoInstall

fastify-overview-ui

Package Overview
Dependencies
Maintainers
12
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-overview-ui

UI for fastify-overview


Version published
Weekly downloads
215
decreased by-34.25%
Maintainers
12
Weekly downloads
 
Created
Source

📊 fastify-overview-ui

UI for fastify-overview's graphic representation.

Setup

This plugin requires fastify-overview to be installed

  • npm i fastify-overview-ui

Usage

await fastify.register(require('fastify-overview'), {...})
await fastify.register(require('fastify-overview-ui'))

The UI will be available at {your app's url}/fastify-overview-ui

Running the example

An example application is provided which can be used to try out the plugin.

  • npm run build
  • cd example
  • npm run dev
  • open http://localhost:3000/fastify-overview-ui

This will use the built version of the application. For developing the plugin see the next section.

Development

An example application is provided which can be used to develop the plugin locally while using the development version of the source code of the client application.

  • run npm run dev in the examples folder
  • run npm run dev in the root folder
  • open http://localhost:3001
  • make changes to the client codebase and see them reflected in the UI live

Radial mockups

Design proposal can be found in this Figma file.

License

Licensed under MIT.

FAQs

Package last updated on 10 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc