An open API service indexing awesome lists of open source software.

https://github.com/hsiangleev/game-vue-puzzle

图片拼图游戏
https://github.com/hsiangleev/game-vue-puzzle

Last synced: 5 months ago
JSON representation

图片拼图游戏

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).