# mixly-board-arduino-ch55x **Repository Path**: mixly2-package/mixly-board-arduino-ch55x ## Basic Information - **Project Name**: mixly-board-arduino-ch55x - **Description**: Arduino CH55X板卡的mixly2.0扩展板卡包 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-31 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Mixly2.0 Arduino CH55X板卡 1.安装依赖 ```bash npm install ``` 2.打包 - 针对开发环境打包 ```bash npm run build:dev ``` - 针对生产环境打包 ```bash npm run build:prod ```