Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfonsobries/vue-minesweeper

Windows 3.11 minesweeper clone with vue3 + tailwindcss
https://github.com/alfonsobries/vue-minesweeper

minesweeper tailwindcss typescript vue

Last synced: 2 months ago
JSON representation

Windows 3.11 minesweeper clone with vue3 + tailwindcss

Awesome Lists containing this project

README

        

# Vue 3 + Typescript + Vite + TailwindCSS Minesweeper

Windows 3.11 Minesweeper clone with only Vue 3 + TailwindCSS

## To run locally

1. Clone this project

```console
git clone [email protected]:alfonsobries/vue-minesweeper.git
```

2. Open the directory

```console
cd vue-minesweeper
```

3. run yarn install

```console
yarn install
```

5. run yarn dev to test it locally

```console
yarn dev
```