1 unstable release
0.0.1 | Sep 17, 2023 |
---|---|
0.0.0 |
|
#43 in #dev-tools
22KB
555 lines
Leptos Developer Tools
in development
Used
The current library is very unstable.
1. Clone current repository
git clone git@github.com:luoxiaozero/leptos-devtools.git
2. Build extension
Execute the following command in the extension directory.
pnpm install
pnpm build
3. Install the chrome extension
- 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.
4. Reference current library
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;
5. Run the Project and play with the Developer Tools.
The current library is very unstable.
When there is a problem, refresh the page or reopen Developer Tools.
Resources
Dependencies
~8–11MB
~206K SLoC