Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophiamersmann/minesweeper
Minesweeper built with Vue.js
https://github.com/sophiamersmann/minesweeper
minesweeper vuejs
Last synced: 24 days ago
JSON representation
Minesweeper built with Vue.js
- Host: GitHub
- URL: https://github.com/sophiamersmann/minesweeper
- Owner: sophiamersmann
- License: mit
- Created: 2020-09-27T14:18:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T19:50:55.000Z (over 3 years ago)
- Last Synced: 2023-03-07T22:54:02.238Z (over 1 year ago)
- Topics: minesweeper, vuejs
- Language: Vue
- Homepage: https://sophiamersmann.github.io/minesweeper/
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper
Built with Vue.
Live at https://sophiamersmann.github.io/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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).