Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.44 KB

File metadata and controls

44 lines (37 loc) · 1.44 KB

HotReloadPlugin

HotReloadPlugin is an Axon plugin that enables dynamic hot‑reloading of route modules.

Badges

@axonlabs/core Downloads

NPM Version GitHub Actions Workflow Status

GitHub Issues or Pull Requests npm bundle size

Features

  • Auto detect file changes.
  • Auto reload core faster than nodemon.
  • Realtime changes.

Install Axon Framework

npm install @axonlabs/core

Install plugin

npm install @axonlabs/hot-reload-plugin