khalibloo / vite-pages-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-pages app starter

This is a demo project for vite-plugin-react-pages. This project demonstrate how to develop a React app using vite-plugin-react-pages as framework.

How to use

npm install or yarn

npm run dev You can now play with the local develop envirenment.

Edit pages/page1$.tsx or other souce files, the playground will inflect your change instantly.

npm run build The app are built and served.

npm run ssr The app are built into a static site (Static-Site Generation) and served.


Checkout vite-plugin-react-pages for more info.

About


Languages

Language:TypeScript 91.3%Language:HTML 6.1%Language:CSS 2.6%