in development
The current library is very unstable.
git clone git@github.com:luoxiaozero/leptos-devtools.git
Execute the following command in the extension directory.
pnpm install
pnpm build
- Open the extension page in google chrome.
-
chrome://extensions in the url bar and press enter.
-
click on the tree dots in the top right of the browser, then click "More tools" then click "Extensions".
- Activate developer mode.
Turn on the switch on the top right of the page that says "Developer mode".
- Load unpacked extension.
Click on the button on the top left of the page that says "Load unpacked".
Then select a folder that extension/dist directory.
Add current library to Cargo.toml file.
leptos_devtools = { git = "https://github.com/luoxiaozero/leptos-devtools" }
Then add lepton_devtools::devtools() before mount_to_body function in main function;
The current library is very unstable.
When there is a problem, refresh the page or reopen Developer Tools.