Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alfonsobries/vue-minesweeper
- Owner: alfonsobries
- Created: 2021-06-10T01:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T02:02:59.000Z (over 3 years ago)
- Last Synced: 2024-04-14T08:28:13.537Z (8 months ago)
- Topics: minesweeper, tailwindcss, typescript, vue
- Language: Vue
- Homepage: https://vue-minesweeper.vercel.app/
- Size: 206 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```