1.0.0 • Published 3 years ago

@iteria-app/lowcode-vite-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

iteria npm

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()]
}