Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hunghg255/vite-console-debug

Vite plugin debug console
https://github.com/hunghg255/vite-console-debug

console debug plugin vite

Last synced: about 2 months ago
JSON representation

Vite plugin debug console

Awesome Lists containing this project

README

        



logo


A plugin console debug for Vitejs


NPM Version
NPM Downloads
Minizip
Contributors
License

## 🌈 Features

- 🍰 Console Debug for vite and rollup.

## 📦 Installation

```bash
npm i vite-console-debug@latest -D
```

## support vite and rollup.

Basic

```ts
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import ConsoleDebug from 'vite-console-debug/vite';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), ConsoleDebug()],
});
```


## 🌸 DefaultConfiguration

```typescript
export interface PluginOptions {
exclude?: string[];
noConsole?: boolean;
disableLaunchEditor?: boolean;
}
```

## Demo

![demo](./assets/demo.png)