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

2.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-tips

Weekly Downloads

34

Version

2.1.2

License

MIT

Unpacked Size

25.7 kB

Total Files

14

Last publish

Collaborators

  • yingpengsha