Skip to content

Bluemangoo/VCLight

Repository files navigation

VCLight

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)

Getting-started

Use VCLight Cli to create a project

npx @vclight/cli create vclight-test

Use template to create a project

Create a project with the template here.

Install dependencies

cd vclight-test
npm i

Run

npm run dev:vercel
npm run dev:netlify
npm run dev:node

Development

We use PNPM as our package manager.

pnpm install

This repo is a pnpm workspace. All our package is under packages/.