https://github.com/mini-ghost/15-puzzle-vue
https://github.com/mini-ghost/15-puzzle-vue
15-puzzle vuejs vuex
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mini-ghost/15-puzzle-vue
- Owner: Mini-ghost
- Created: 2019-09-19T10:12:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:48:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T21:01:57.812Z (7 months ago)
- Topics: 15-puzzle, vuejs, vuex
- Language: Vue
- Homepage: https://mini-ghost.github.io/15-Puzzle-Vue/
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 15-puzzle
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).