Skip to content

nette/vite-plugin

Repository files navigation

Vite Plugin for Nette

A Vite plugin that integrates Vite with Nette & Latte for seamless asset management and development workflow.

For detailed setup instructions and configuration options, see the official Nette documentation.

Installation

npm install -D @nette/vite-plugin

Usage

Add the plugin to your vite.config.js:

import { defineConfig } from 'vite'
import nette from '@nette/vite-plugin'

export default defineConfig({
	plugins: [nette()]
})

About

Nette plugin for Vite

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published