Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeonardoSalvucci/mine-sweeper
Vue3 implementation of classical game MineSweeper made with vue3 + typescript and pure CSS
https://github.com/LeonardoSalvucci/mine-sweeper
css typescript vite vue3
Last synced: about 2 months ago
JSON representation
Vue3 implementation of classical game MineSweeper made with vue3 + typescript and pure CSS
- Host: GitHub
- URL: https://github.com/LeonardoSalvucci/mine-sweeper
- Owner: LeonardoSalvucci
- Created: 2023-01-21T18:09:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T16:07:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T09:02:26.900Z (5 months ago)
- Topics: css, typescript, vite, vue3
- Language: TypeScript
- Homepage: https://mine-sweeper.lesalvucci.xyz
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-3 - vue3 MineSweeper game - A vue 3 implemention of classical MineSweeper retro game (Examples)
README
# Mine Sweeper game made with vue3 and typescript
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run dev
```### Compiles and minifies for production
```
pnpm run build
```Live Preview https://mine-sweeper.lesalvucci.xyz. Deplpoyed on [AWS Amplify](https://aws.amazon.com/amplify/)