0.0.0 • Published 11 months ago

vite-plugin-zely v0.0.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

vite-plugin-zely

Zely plugin for vite dev server.

githubnpmwebsite

npm i --save-dev vite zely vite-plugin-zely

Usage

import { defineConfig } from 'vite';
import { vitePluginZely } from 'vite-plugin-zely';

export default defineConfig({
  plugins: [
    vitePluginZely({
      /* options */
    }),
  ],
});

Playground

/playground/with-vite

Only development server.

This plugin works only on the development server.

0.0.0

11 months ago