
CLI for visualizing your vite project bundle.
Vite Bundle Visualizer is a handy tool designed for developers who work with Vite and want to visualize their application bundles with ease. This tool acts as a wrapper around the rollup-plugin-visualizer, enabling users to generate insightful visual representations of their bundle sizes directly from the command line. While many might not need this library under standard circumstances, it provides a convenient alternative for those looking to execute visualizations without building their site.
Utilizing Vite Bundle Visualizer simplifies the process of understanding and analyzing your application's codebase, helping you identify potential areas for optimization. Its versatile output options ensure that you can view your data in a preferred format, making it easier to enhance your app's performance.
Command Line Interface: Run the visualizer directly from the command line, allowing for quick access without needing to build your site first.
Multiple Visualization Templates: Choose from various formats like treemap, sunburst, and network diagrams to suit your visualization needs.
Raw Data Output: Access raw statistical data in JSON format, providing a foundation for deeper analysis or integration into other tools.
YAML File Generation: Easily output a comprehensive YAML file containing all relevant data from your bundles, streamlining documentation and debugging processes.
Integration with Rollup: Built on rollup-plugin-visualizer, ensuring compatibility and leveraging robust visualization capabilities.
Open Source License: Released under the MIT license, offering flexibility and freedom to adapt the tool as needed for personal or commercial projects.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects