Skip to content

⚡️ The all-in-one Vite plugin for LWC projects. Develop your Salesforce components locally with instant preview.

License

Notifications You must be signed in to change notification settings

cardoso/vite-plugin-lwc

Repository files navigation

Vite Plugin LWC

npm NPM Downloads GitHub Workflow Status

Examples

Link Description Playground
CSR Client-side rendering Open in StackBlitz
SSR Server-side rendering Open in StackBlitz

Installation

npm install vite-plugin-lwc

Usage

Add the plugin to your vite.config.ts:

import { defineConfig } from 'vite';
import lwc from 'vite-plugin-lwc';

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

Packages

Package Version (click for changelogs)
vite-plugin-lwc vite-plugin-lwc version

License

MIT.

About

⚡️ The all-in-one Vite plugin for LWC projects. Develop your Salesforce components locally with instant preview.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published