ngxs / devtools

⚒ WIP - Devtools for NGXS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGXS Devtools


The official Chrome Devtools extension for NGXS - currently in development.

Architecture

NGXS Devtools is based on a simple Angular CLI project. The devtools use NGXS for state handling - so it should be possible to debug the NGXS Devtools with the NGXS Devtools 😊

Development

  • yarn start:chrome runs development mode - Builds the CLI project in watch mode and copies all other assets.
  • yarn build:chrome builds the project as a Chrome devtools extension (TODO)

About

⚒ WIP - Devtools for NGXS

License:MIT License


Languages

Language:TypeScript 78.2%Language:JavaScript 9.2%Language:CSS 6.8%Language:HTML 5.8%