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-test
Create a project with the template here.
cd vclight-test
npm i
npm run dev:vercel
npm run dev:netlify
npm run dev:node
We use PNPM as our package manager.
pnpm install
This repo is a pnpm workspace. All our package is under packages/
.