# minesweeper **Repository Path**: areschang/minesweeper ## Basic Information - **Project Name**: minesweeper - **Description**: minesweeper games - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-13 - **Last Updated**: 2023-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```