Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cnu4/react-puzzle
- Owner: cnu4
- Created: 2016-08-05T14:18:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T15:56:57.000Z (over 8 years ago)
- Last Synced: 2024-11-07T06:37:46.430Z (3 months ago)
- Topics: demo, game, react
- Language: JavaScript
- Homepage: https://cnu4.github.io/react-puzzle
- Size: 439 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Puzzle
使用react + ES6 写的一个拼图小游戏Demo
## 安装
```
# 安装依赖
npm install# 启动开发服务器
npm run dev# 发布代码
npm run build
```