安装:
# 安装 pagic
deno install --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic/mod.ts
pagic.config.ts:
export default {}
README.md:
# Hello world
启动:
# 运行 pagic
pagic build --watch --serve
效果: