/mine-sweeper

Primary LanguageVueMIT LicenseMIT

mine-sweeper

这是一个使用 Vue 开发扫雷小游戏,同时根据此游戏编写了一点简单的 Vue 入门文章,希望能给想入坑 Vue 的朋友一点帮助。

教程文章在此

在线游戏是此游戏的完整版本,源码见分支 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.