# mixly-board-lua-xt804 **Repository Path**: mixly2-package/mixly-board-lua-xt804 ## Basic Information - **Project Name**: mixly-board-lua-xt804 - **Description**: xt804核心板卡的mixly2.0扩展板卡包 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-12 - **Last Updated**: 2024-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## XT804核心板卡的mixly2.0扩展板卡包 - 编程语言:[Lua](http://www.lua.org/) - Lua引擎:[LuatOS](https://gitee.com/openLuat/LuatOS) - 支持板卡:Air101、Air103、w806 1.安装依赖 ```bash npm install ``` 2.打包 - 针对开发环境打包 ```bash npm run build:dev ``` - 针对生产环境打包 ```bash npm run build:prod ```