# createjs-for-wxgame **Repository Path**: ascainiao/createjs-for-wxgame ## Basic Information - **Project Name**: createjs-for-wxgame - **Description**: 在微信小游戏使用createjs - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-11 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: createjs ## README ## 使用方法 ### 安装依赖 ``` npm i ``` ### 构建项目 ``` npm run build 构建完成后,在微信开发者工具运行项目 ``` ### 热更 ``` npm run dev 代码改动会自动编译,微信开发者工具会自动刷新 ```