# snake_game **Repository Path**: jeepwang_mini/snake_game ## Basic Information - **Project Name**: snake_game - **Description**: 贪吃蛇游戏,webpack + ts + less - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 贪吃蛇游戏 ## 使用 ```bash git clone https://gitee.com/jeepwang_mini/snake_game.git cd snake_game npm i # 或者cnpm i # 运行测试 npm run start # 打包开发版 npm run dev # 打包最终版 npm run build ``` 打包位置 `snake_game/dist/`