https://github.com/yingpengsha/vite-plugin-tips
🏷 Provide better development server status tips on the page.
https://github.com/yingpengsha/vite-plugin-tips
alert plugin vite vite-plugin
Last synced: 7 days ago
JSON representation
🏷 Provide better development server status tips on the page.
- Host: GitHub
- URL: https://github.com/yingpengsha/vite-plugin-tips
- Owner: yingpengsha
- License: mit
- Created: 2021-07-15T10:44:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T03:22:37.000Z (over 1 year ago)
- Last Synced: 2025-04-03T03:01:43.483Z (17 days ago)
- Topics: alert, plugin, vite, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 63
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - vite-plugin-tips - Provide better development server status tips on the page. (Plugins / Framework-agnostic Plugins)
- awesome-vite - vite-plugin-tips - Provide better development server status tips on the page. (Plugins / Framework-agnostic Plugins)
README
> This project has been included in [awesome-vite](https://github.com/vitejs/awesome-vite).
# vite-plugin-tips
Provide better development server status tips on the page.

## Collection of tip

## Usage
### Install
```bash
$ npm install vite-plugin-tips -D
```### configuration
```js
import { ViteTips } from 'vite-plugin-tips'export default {
plugins: [
ViteTips()
]
}
```## Options
```ts
interface Options {
// Whether to enable relevant tips. Default is enabled.
connect?: boolean
update?: boolean
disconnect?: boolean
}
```## License
[MIT](LICENSE)