Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cnu4/react-puzzle

React 拼图小游戏 Demo
https://github.com/cnu4/react-puzzle

demo game react

Last synced: 29 days ago
JSON representation

React 拼图小游戏 Demo

Awesome Lists containing this project

README

        

# React-Puzzle

使用react + ES6 写的一个拼图小游戏Demo

## 安装

```
# 安装依赖
npm install

# 启动开发服务器
npm run dev

# 发布代码
npm run build
```