Debug your Livewire component state from within your browser.
Upd.: there was added support for Livewire v3. Please, report any issues you may have.
npm install
(Or yarn install
if you are using yarn as the package manager)npm run build
shells/chrome
.npm install
npm run dev
localhost:8100
.Install web-ext
$ npm install --global web-ext
Or, for Yarn:
$ yarn global add web-ext
Also, make sure PATH
is set up. Something like this in ~/.bash_profile
:
$ PATH=$PATH:$(yarn global bin)
Build and run in Firefox
$ npm run build:ff
$ npm run zip:ff
When using Yarn, just replace npm
with yarn
.
Open "about:addons" in Firefox browser, then click "Install from file" and select built zip-folder.
Thanks goes out to Vue devtools, which were used as a starting point for this.