vite-plus is a unified toolchain for web development, currently at v0.1.19 stable with frequent alpha releases (v0.1.20-alpha.3). It wraps Vite and provides additional CLIs for linting, formatting, and testing, with features like lazy plugin loading and Windows terminal fixes. Differentiators: it offers a single setup script, built-in lint/check commands, and lazy loading to improve build performance. Requires Node.js ^20.19.0 || >=22.12.0.
npm install vite-plusVerified import paths — ran on the pinned version, not inferred.
Creates a vite-plus config using lazy loaded Vue plugin, demonstrating lazyPlugins usage.
Upgrade Node.js to ^20.19.0 or >=22.12.0
Use 'vp' instead of 'vite-plus' in terminal; update scripts accordingly.
Change import to: import { lazyPlugins } from 'vite-plus/plugin'Use ESM imports or set 'type': 'module' in package.json
Switch to ESM imports: import { defineConfig } from 'vite-plus'Upgrade to vite-plus@^0.1.19 or use import from 'vite-plus' if available
Use 'vp' command instead of 'vite-plus'
No dependency data recorded yet.