Skip to content

xparcai/xparcai-starter-vite-plugin

Repository files navigation

---name---

NPM version

---name--- for vite.

Usage

  • Global search xparcai replaced with github username
  • Global search ---name--- replaced with plugin name
  • Global search ---Name--- replaced with PluginName(big camel case)

Install

npm i ---name---
// vite.config.js
import ---Name--- from '---name---'

export default defineConfig({
  plugins: [
    ---Name---({
      /* options */ 
    })
  ],
})

License

MIT License © 2023 xparcai