Nitro - Cached HTTP handler

A Nitro HTTP handler with ISR
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
npx boilerapp nitro-cached-http-handlerDocumentación
Nitro
This directory is a brief example of Nitro that can be deployed to Vercel with zero configuration. It's index route is a cached response. Go to the nitro quick start to learn more.
Deploy Your Own
Deploy your own Nitro project with Vercel.
Live Example: https://nitro-cached-handler.labs.vercel.app
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
\