Skip to content
/ vite-plugin-starter Public template

For developing Vite plugin, it's just a starter.

License

Notifications You must be signed in to change notification settings

kitiho/vite-plugin-starter

Repository files navigation

vite-plugin-starter

For developing Vite plugin, it's just a starter.

Mostly Forked from Anthony Fu

Install

npm i
npm run dev

Go to example folder, add your plugin, and start develop.

// example/vite.config.ts

import MyPlugin from 'vite-plugin-starter'
export default {
  plugins: [
    MyPlugin()
  ],
}

Don't forget edit your README.md and the infos in package.json

License

MIT License © 2022 Kitiho