@nsis/vite-plugin-nlf
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@nsis/vite-plugin-nlf

A Vite plugin to load NSIS language files

License Version Build

Installation

npm install -D @nsis/vite-plugin-nlf

Usage

import { defineConfig } from 'vite';
import nlf from '@nsis/vite-plugin-nlf';

export default defineConfig({
    plugins: [
        nlf()
    ]
});

License

This work is licensed under The MIT License

/@nsis/vite-plugin-nlf/

    Package Sidebar

    Install

    npm i @nsis/vite-plugin-nlf

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    6.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • idleberg