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
git clone https://github.com/oslabs-beta/Svelte-DevTools-Plus.git
cd Svelte-DevTools-Plus/extension
npm install
npm run dev
npm run build
npm test
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.