# scratch-dev-note **Repository Path**: songlu-cube/scratch-dev-note ## Basic Information - **Project Name**: scratch-dev-note - **Description**: Scratch二次开发笔记 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-07-10 - **Last Updated**: 2023-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scratch 二次开发笔记 # 环境配置 Node.js v10.23.0 # 项目启动 ```sh # 安装包 npm install # 启动 npm run serve # 打包 npm run build ```