VCLight is a serverless framework, initially designed for Vercel Serverless, and gradually supporting more platforms like node http module and Netlify Function.
See the documents at VCLight Document (repo)
npx @vclight/cli create vclight-testCreate a project with the template here.
cd vclight-test
npm inpm run dev:vercelnpm run dev:netlifynpm run dev:nodeWe use PNPM as our package manager.
pnpm installThis repo is a pnpm workspace. All our package is under packages/.