CONTRIBUTING 快速开始 安装依赖&启动编译服务 # 安装依赖 pnpm install # 开启编译服务,打开 http://localhost:3000 即可进行调试 pnpm start 打包&发布 构建 pnpm run build