# h5_games **Repository Path**: diogoxiang/h5_games ## Basic Information - **Project Name**: h5_games - **Description**: 一些简单的单页营销活动 中的 游戏 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2020-08-28 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: H5 ## README # games 一些简单的小游戏 - 消消乐 - 叠蛋糕 - 接金币 - 九宫格抽奖 - 大转盘 [在线demo](https://res.apiend.com/h5demo/index.html) ### 一些不错的H5 demo > example 目录 - `example/fu` 手写 "福" 字 [在线预览](https://res.apiend.com/h5demo/example/fu/index.html) - `example/qqfu/` 调用qq输入法 写"福字" [在线预览](https://res.apiend.com/h5demo/example/qqfu/index.html) - `example/canvas-ball/` 简易版 canvas 接元宝 游戏 [说明](https://blog.csdn.net/luqiren/article/details/82783001?utm_medium=distribute.pc_relevant.none-task-blog-searchFromBaidu-2.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-searchFromBaidu-2.control) [在线预览](https://res.apiend.com/h5demo/example/canvas-ball/gold.html) ## Project setup ``` npm install 或是 cnpm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).