Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T03:22:37.000Z (about 1 year ago)
- Last Synced: 2024-11-14T02:37:41.942Z (2 months ago)
- Topics: alert, plugin, vite, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 61
- Watchers: 2
- 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.
![tips](https://user-images.githubusercontent.com/37143265/126253070-83618ae6-bb85-44f9-b6c3-fba0f4faabe0.png)
## Collection of tip
![screenshot](https://user-images.githubusercontent.com/37143265/126061915-60eedf40-8a54-4837-9816-0d93c4a11b50.png)
## 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)