dbehmoaras / KangaVue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KangaVue

KangaVue is a performance and debugging tool for Vue developers (currently in Beta version). It displays a snapshot whenever a target application's state is changed. It also displays key web metrics from loading of the application for SEO strategies and overal app performance.

After installing KangaVue, you can test its functionalities with your Vue application in development mode.

Installation

NOTE: The Vue Developer Tools extension is also required for KangaVue to run, if you do not already have it installed on your browser.

How to Use

After installing the Chrome extension, just open up your project in the browser.

Then open up your Chrome DevTools and navigate to the KangaVue panel.

Troubleshooting

I found a bug in KangaVue

KangaVue is an open source project, and we’d really appreciate your help with improving user experience. Please, create a pull request (or issue) to propose and collaborate on changes to a repository.

Features

🔹 Component Hierarchy

You can click on the component tree tab in the navigation bar to view your app's component heirarchy. State can be visualized in a Component Graph.

🔹 Web Metrics

When your app loads or refreshes, the initial loading metrics will be rendered in a visual display under the Web Metrics Panel. Use these metrics to pinpoint performance issues that may affect your user experience and/or search optimization efforts.

Read More

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

License:MIT License


Languages

Language:JavaScript 56.0%Language:Vue 39.9%Language:HTML 4.1%