https://github.com/kaz-yamada/vue-sudoku
Online sudoku game written in VueJS and TypeScript
https://github.com/kaz-yamada/vue-sudoku
typescript vue-class-component vue3 vue3-typescript vuejs
Last synced: 2 months ago
JSON representation
Online sudoku game written in VueJS and TypeScript
- Host: GitHub
- URL: https://github.com/kaz-yamada/vue-sudoku
- Owner: kaz-yamada
- Created: 2020-12-08T07:50:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T05:59:22.000Z (over 4 years ago)
- Last Synced: 2025-01-23T22:35:03.453Z (4 months ago)
- Topics: typescript, vue-class-component, vue3, vue3-typescript, vuejs
- Language: Vue
- Homepage: https://kaz-yamada.github.io/vue-sudoku/
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-sudoku
A Sudoku game written in Vue and TypeScript, generator and solver based off of ["Solving Every Sudoku Puzzle"](http://norvig.com/sudoku.html) by Peter Norvig,
## 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/).