From e56afc226bb4c637f215f0b07038f085ca43fe50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Wang=28=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7=29?= <308487730@qq.com> Date: Thu, 20 Jun 2024 10:14:44 +0800 Subject: [PATCH] docs: add vite-plugin-native --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d635686..9134e11f 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [@tomjs/vite-plugin-iconify](https://github.com/tomjs/vite-plugin-iconify) - Inject the global variable `IconifyProviders` into `index.html` for `iconify`, and support local area network and custom url. - [vite-plugin-icons-spritesheet](https://github.com/forge42dev/vite-plugin-icons-spritesheet) - Generate a spritesheet and TypeScript types from SVG icons by listening to the icons folder changes. - [vite-plugin-abbrlink](https://github.com/tangerball/abbrlink/tree/master/packages/vite-plugin-abbrlink#readme) - Add the abbrlink attribute to the `markdown` file in the specified directory. +- [vite-plugin-native](https://github.com/vite-plugin/vite-plugin-native) - Supports Node/Electron C/C++ native addons. #### Helpers