A vite framework for building react app. Especially suitable for document site and demos/playgrounds of react components.
Vite-plugin-react-pages (vite-pages) is a React app framework powered by Vite, ideal for blog sites, documentation sites, stories/demos/playgrounds for React components, or libraries. It offers a quick development experience with features like filesystem-based routing, support for Mdx, powerful theme customization, automatic code splitting, static site generation, and tools for library documentation.
npm init vite-pages app-demo -- --template app
npm init vite-pages library-demo -- --template lib
npm init vite-pages library-monorepo-demo -- --template lib-monorepo
npm install
npm run dev
npm run build
npm run ssr
Vite-plugin-react-pages (vite-pages) is a powerful React app framework with excellent development experience, filesystem-based routing, Mdx support, theme customization, code splitting, static site generation, and documentation tools. It simplifies React app development for various purposes and offers a seamless workflow for creating dynamic and interactive web applications.