# puertsDemo **Repository Path**: darkfeast/puerts-demo ## Basic Information - **Project Name**: puertsDemo - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-05 - **Last Updated**: 2021-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Puerts for Unity 框架使用说明 ## 使用 ### 安装依赖 使用终端进入到项目目录,运行 `npm install` 安装相关依赖。 ### 编译脚本 - `npm run watch`,监听脚本目录并实时编译,适用于开发阶段 - `npm run build`,仅编译一次,不开启监听。有调试信息 - `npm run build:release`,编译为发布模式,文件将合并县会被压缩