jan-herman/kirby-vite

Kirby plugin that handles development and production mode of Vite.

2.1.0 2025-01-05 19:13 UTC

This package is auto-updated.

Last update: 2025-03-05 19:36:39 UTC


README

Kirby plugin that handles development and production mode of Vite.

Options

entry

Default: 'index.js'

server.host

Default: $kirby->environment()->host()

server.port

Default: 3000

server.https

Default: false

build.rootDir

Default: 'src'

build.outDir

Default: 'dist'