0.1.0 • Published 1 year ago

@sanzenwin/vite-plugin-html-variables v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.0

1 year ago