---name--- for vite.
- Global search
xparcaireplaced withgithub username - Global search
---name---replaced withplugin name - Global search
---Name---replaced withPluginName(big camel case)
npm i ---name---// vite.config.js
import ---Name--- from '---name---'
export default defineConfig({
plugins: [
---Name---({
/* options */
})
],
})