vite-plugin-tips

March 11, 2022 ยท View on GitHub

This project has been included in awesome-vite.

vite-plugin-tips

Provide better development server status tips on the page.

tips

Collection of tip

screenshot

Usage

Install

$ npm install vite-plugin-tips -D

configuration

import { ViteTips } from 'vite-plugin-tips'

export default {
  plugins: [
    ViteTips()
  ]
}

Options

interface Options {
  // Whether to enable relevant tips. Default is enabled.
  connect?: boolean
  update?: boolean
  disconnect?: boolean
}

License

MIT

Contents

  1. 1Collection of tip
  2. 2Usage
  3. 2.1Install
  4. 2.2configuration
  5. 3Options
  6. 4License