Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widatama/guess-the-number
A single player guess the number game
https://github.com/widatama/guess-the-number
game pwa service-worker vue
Last synced: about 1 month ago
JSON representation
A single player guess the number game
- Host: GitHub
- URL: https://github.com/widatama/guess-the-number
- Owner: widatama
- License: mit
- Created: 2017-12-30T11:44:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T01:44:08.000Z (3 months ago)
- Last Synced: 2024-09-09T02:53:04.079Z (3 months ago)
- Topics: game, pwa, service-worker, vue
- Language: TypeScript
- Homepage: https://widatama.github.io/guess-the-number/
- Size: 3.19 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Guess the Number - A single player guess the number game made with Vue.js. (Vue)
- awesome-indonesia-repo - Guess the Number - A single player guess the number game made with Vue.js. (Vue)
README
# Guess The Number
A single player number guessing game. Think of it as Wordle with numbers.
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so the `tsc` CLI is replaced with `vue-tsc` for type checking.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm start
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```