An open API service indexing awesome lists of open source software.

https://github.com/yfrommelt/chrome-inertiajs

Chrome extension to display an up-to-date Inertia.js page json in Chrome devtools panel.
https://github.com/yfrommelt/chrome-inertiajs

chrome chrome-extension devtools extension

Last synced: 5 months ago
JSON representation

Chrome extension to display an up-to-date Inertia.js page json in Chrome devtools panel.

Awesome Lists containing this project

README

          

# Inertia.js Chrome devtools extension

I design this extension to display an up-to-date Inertia.js page json in Chrome devtools panel.

## Development
```
# watch
yarn watch

# build
yarn build
```