vite-plugin-time-reporter
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

vite-plugin-time-reporter

license: MIT NPM package downloads Code style: Prettier Awesome Build Status

Time reporting for Vite project.

Usage

  1. Install as devDependencies

    npm add --save-dev vite-plugin-time-reporter
    # or
    yarn add --dev vite-plugin-time-reporter
    # or
    pnpm add --save-dev vite-plugin-time-reporter
  2. Inject vite-plugin-time-reporter using the vite.config.ts module

    import vue from '@vitejs/plugin-vue';
    import { defineConfig } from 'vite';
    import timeReporter from 'vite-plugin-time-reporter';
    
    // https://vitejs.dev/config/
    export default defineConfig({
      plugins: [timeReporter()],
    });

Example

More Awesome Vite Plugins

Can be found here: Awesome Vite.js

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.3.0
    448
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.3.0
    448
  • 2.2.0
    1,181
  • 2.1.0
    341
  • 2.0.0
    42
  • 1.1.0
    42
  • 1.0.0
    840

Package Sidebar

Install

npm i vite-plugin-time-reporter

Weekly Downloads

2,463

Version

2.3.0

License

MIT

Unpacked Size

14.6 kB

Total Files

11

Last publish

Collaborators

  • shinigami92