jan-herman/kirby-vite

Kirby plugin that handles development and production mode of Vite.

2.0.0 2024-02-15 21:25 UTC

This package is auto-updated.

Last update: 2024-11-15 23:10:23 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'