Using npm as your package manager? Here is the exact workflow for Nakshora 3.0.
1. Add the package with npm#
terminal
npm install -D @nakshora/vite-pluginThe four published packages:
| Package | Purpose |
|---|---|
@nakshora/core | JIT compiler & engine (zero dependencies) |
@nakshora/cli | Command-line interface |
@nakshora/postcss | PostCSS plugin |
@nakshora/vite-plugin | Vite plugin with HMR |
2. Verify#
terminal
npx nakshora --version3. Continue with your integration#
Package installed — next, wire it into your build: integrations/vite|Vite, integrations/postcss|PostCSS or integrations/cli|the CLI.
Note. Prefer another tool? See the getting-started/installation|installation hub for every option.
