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: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T04:30:38.000Z (about 1 month ago)
- Last Synced: 2024-12-25T05:26:16.275Z (about 1 month ago)
- Topics: game, pwa, service-worker, vue
- Language: TypeScript
- Homepage: https://widatama.github.io/guess-the-number/
- Size: 3.37 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
```