Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-chang/minesweeper
minesweeper games
https://github.com/ares-chang/minesweeper
Last synced: about 1 month ago
JSON representation
minesweeper games
- Host: GitHub
- URL: https://github.com/ares-chang/minesweeper
- Owner: Ares-Chang
- License: mit
- Created: 2022-05-03T11:43:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T05:31:58.000Z (over 1 year ago)
- Last Synced: 2024-11-24T19:36:36.434Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://mines.areschang.top/
- Size: 631 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minesweeper
> 项目名称:扫雷小游戏
>
> 项目类型:Games
>
> 项目简介:
>
> 跟随 [antfu](https://github.com/antfu) 大佬,使用 [vitesse](https://github.com/antfu/vitesse-lite) 项目模板搭建扫雷小游戏。## 环境
项目使用 Vue 3 setup 语法糖及 Typescript、UnoCSS 等。
项目使用 vitesse-lite 模板为 vitesse 简化,其他属性可参阅[官方仓库](https://github.com/antfu/vitesse-lite/blob/main/README.zh-CN.md)
运行需具备:
- **Node 环境 >= 14**
- pnpm 包管理器
- VSCode 编辑器
- Chrome 浏览器## 须知
项目使用 `pnpm` 包管理工具,请统一使用,防止包加载混乱。
项目使用 `ESLint` 工具规定开发,请提前安装并配置。
## 使用
### 开发
```
pnpm dev
```### 构建
```
pnpm build
```