https://github.com/nickforddev/vue-minesweeper
Minesweeper implemented in Vue
https://github.com/nickforddev/vue-minesweeper
Last synced: 5 months ago
JSON representation
Minesweeper implemented in Vue
- Host: GitHub
- URL: https://github.com/nickforddev/vue-minesweeper
- Owner: nickforddev
- Created: 2018-11-03T17:35:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T18:12:19.000Z (over 7 years ago)
- Last Synced: 2025-07-11T15:32:49.743Z (12 months ago)
- Language: Vue
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minesweeper
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```