@sanzenwin/vite-plugin-html-variables
v0.1.0
Published
Vite plugin for html variables
Downloads
3
Readme
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