https://github.com/hsiangleev/game-vue-puzzle
图片拼图游戏
https://github.com/hsiangleev/game-vue-puzzle
Last synced: 5 months ago
JSON representation
图片拼图游戏
- Host: GitHub
- URL: https://github.com/hsiangleev/game-vue-puzzle
- Owner: hsiangleev
- Created: 2018-05-31T06:12:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T06:38:53.000Z (about 8 years ago)
- Last Synced: 2025-06-27T17:50:17.634Z (12 months ago)
- Language: Vue
- Homepage: https://hsiangleev.github.io/game-vue-puzzle/index.html
- Size: 688 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-puzzle
> 图片拼图游戏,提取整个文件到单个组件puzzle.vue
[试玩链接](https://hsiangleev.github.io/game-vue-puzzle/index.html)
## Build Setup
``` bash
// 先修改index文件地址
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).