Inspect the component hierarchy of an application to easily understand its structure
Monitor real-time updates of a component's state and props, and track your application's behavior
Select a component in the component tree to inspect its state and props, and gain insight into how data flows through the application
Modify the state and props of a component for testing and debugging purposes, and experiment with different scenarios without modifying your code
Explore your application's state at different points in time, and easily observe how it changes over time
- Fork and clone the repo:
git clone https://github.com/oslabs-beta/Svelte-DevTools-Plus.git
- Navigate to the project folder
cd Svelte-DevTools-Plus/extension
- Install the necessary packages:
npm install
npm run dev
npm run build
npm test
- In Chrome, navigate to chrome://extensions/
- Turn on developer mode by clicking the switch in the top right corner
- Click "Load unpacked" in the top left corner
- Navigate to your local repository and select the build folder
For testing, demo apps are included with the repo in the demo-apps folder
This project is licensed under the MIT License - see the LICENSE file for details.