Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngxs/devtools
⚒ WIP - Devtools for NGXS
https://github.com/ngxs/devtools
Last synced: 26 days ago
JSON representation
⚒ WIP - Devtools for NGXS
- Host: GitHub
- URL: https://github.com/ngxs/devtools
- Owner: ngxs
- License: mit
- Created: 2018-06-17T15:26:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T11:45:47.000Z (about 1 month ago)
- Last Synced: 2024-12-12T12:34:37.755Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 845 KB
- Stars: 33
- Watchers: 7
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)