nette / vite-plugin

Nette plugin for Vite

Home Page:https://doc.nette.org/en/assets/vite

Repository from Github https://github.comnette/vite-pluginRepository from Github https://github.comnette/vite-plugin

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

https://doc.nette.org/en/assets/vite


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%