@iteria-app/lowcode-vite-plugin
v1.0.0
Published
This Vite plugin injects iteria lowcode to index.html
Downloads
3
Readme
iteria
This Vite plugin injects iteria lowcode to index.html
The plugin is based on vite transformIndexHtml hooks.
Install
node version: >=12.0.0
vite version: >=2.0.0
yarn @iteria-vite-plugin -D
Options
- TODO
Usage
// vite.config.js
import iteria from '@iteria-vite-plugin';
module.exports = {
plugins: [iteria()]
}