Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 251 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 251 Bytes

CONTRIBUTING

快速开始

安装依赖&启动编译服务

# 安装依赖
pnpm install

# 开启编译服务,打开 http://localhost:3000 即可进行调试
pnpm start

打包&发布

构建

pnpm run build