Skip to content

Repository files navigation

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

About

🏷 Provide better development server status tips on the page.

Topics

Resources

Stars

61 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages