Nakshora 3.0 can be added to any project in under a minute. Pick the path that matches your stack below — every command is tested against this release.
Package managers#
| Tool | Command |
|---|---|
| npm | npm install -D @nakshora/vite-plugin |
| pnpm | pnpm add -D @nakshora/vite-plugin |
| yarn | yarn add -D @nakshora/vite-plugin |
| bun | bun add -d @nakshora/vite-plugin |
Swap @nakshora/vite-plugin for @nakshora/postcss, @nakshora/cli or @nakshora/core depending on your integration — see the guides below.
Choose your integration#
ViteVirtual module + HMR. The recommended path.PostCSSwebpack, Next.js, Laravel, Rails and friends.CLINo bundler? nakshora build has you covered.CDNZero-install prototyping.
Verify the install#
terminal
npx nakshora doctor
# ✓ config found: nakshora.config.js
# ✓ content globs match 42 files
# ✓ core version 3.0.0Tip.
nakshora doctor checks your config, content globs and versions — run it first when anything looks off. Full guide: cli/doctor|nakshora doctor.