# mine-sweeper **Repository Path**: luomor/mine-sweeper ## Basic Information - **Project Name**: mine-sweeper - **Description**: 这是一个使用 Vue 开发扫雷小游戏,同时根据此游戏编写了一点简单的 Vue 入门文章,希望能给想入坑 Vue 的朋友一点帮助。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://hyjiacan.gitee.io/mine-sweeper - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-01-08 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mine-sweeper 这是一个使用 Vue 开发扫雷小游戏,同时根据此游戏编写了一点简单的 Vue 入门文章,希望能给想入坑 Vue 的朋友一点帮助。 [教程文章在此](./docs) [在线游戏](http://hyjiacan.gitee.io/mine-sweeper)是此游戏的完整版本,源码见分支 [full](tree/full) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).