{"library":"nx-vue3-vite","title":"nx-vue3-vite","description":"An Nx plugin for generating opinionated Vue 3 + Vite + PostCSS applications and libraries, currently at v0.30.0. It provides generators for apps, libraries, components, Vitepress docs, and Cypress e2e tests, plus executors for dev server, build, lint, unit testing, and e2e. The plugin is updated regularly alongside Nx releases (v17, v18, v20 tested) and Vite (v2–v6). It integrates with @nx/devkit, @vitejs/plugin-vue, and optionally Cypress. Compared to raw Vite setup in Nx, it offers project-local path aliases (@app, @assets, @public), standardized generator options, and automatic configuration files.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install nx-vue3-vite"],"cli":null},"imports":["import { appGenerator } from 'nx-vue3-vite'","import { componentGenerator } from 'nx-vue3-vite'","import { libraryGenerator } from 'nx-vue3-vite'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npx create-nx-workspace@latest my-workspace --preset empty\ncd my-workspace\nnpm install nx-vue3-vite --save-dev\nnx g nx-vue3-vite:app my-app --title 'My App' --test vitest\nnx serve my-app","lang":"typescript","description":"Creates a new Nx workspace with empty preset, installs the plugin, generates a Vue3+Vite app named 'my-app' with Vitest, then serves it.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}