Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 262 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 262 Bytes

VESM

  • based on the construction of esbuild and the sharing of projects' modules

setup

npm i -g pnpm
pnpm i

start

cd packages/vesm && pnpm link
pnpm link vesm
pnpm dev --filter="vesm-demo1" && pnpm dev --filter="vesm-demo2"