Shows the usage of the hook function of the vite plugin.
vite
a vite plugin
import { defineConfig } from 'vite';import vitePluginHookUse from 'vite-plugin-hook-use';export default defineConfig({ plugins: [ vitePluginHookUse() ]}); Copy
import { defineConfig } from 'vite';import vitePluginHookUse from 'vite-plugin-hook-use';export default defineConfig({ plugins: [ vitePluginHookUse() ]});
Generated using TypeDoc
Shows the usage of the hook function of the
vite
plugin.