A scaffolding tool to initialize projects using vite-pages, a React-based file-system routing library for Vite. Current stable version is 5.0.1. It provides three templates: app (default SPA), lib (library), and lib-monorepo (monorepo library). The tool is primarily used via `npm init vite-pages`. Compared to other scaffolding tools like create-react-app, it integrates deeply with Vite and file-system routing. Release cadence follows vite-plugin-react-pages updates.
npm install create-vite-pagesNo compatibility data collected yet for this library.
Creates a new vite-pages app project, installs dependencies, and starts the dev server.
Use npm init without the double-dash on npm 6.x.
Run: npm init vite-pages my-app --template app (omit the double-dash)
No dependency data recorded yet.