1
0
mirror of synced 2025-11-06 04:30:39 +08:00

add preview gif

This commit is contained in:
root
2017-06-21 10:27:13 +08:00
parent 74cd8be168
commit 42fc166c29
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ Not only refers to the screen adaptation, `but the change of input depending on
What's the worst can happen when you're playing stand-alone games? Power outage. The state is stored in the `localStorage` by subscribing to `store.subscribe`, which records exactly all the state. Web page refreshes, the program crashes, the phone is dead, just re-open the connection and you can continue playing.
### Vuex state preview ([Vue DevTools extension](https://github.com/vuejs/vue-devtools))
![preview](http://7xkm8j.com1.z0.glb.clouddn.com/vuex.gif)
[video](https://www.youtube.com/watch?v=iuoSSTqSAUE)
Vuex manages all the state that should be stored, which is a guarantee to be persisted as mentioned above.

View File

@@ -28,6 +28,8 @@ Please view [README.md](https://github.com/Binaryify/vue-tetris/blob/master/READ
玩单机游戏最怕什么?断电。通过订阅 `store.subscribe`将state储存在localStorage精确记录所有状态。网页关了刷新了、程序崩溃了、手机没电了重新打开连接都可以继续。
### Vuex 状态预览([Vue DevTools extension](https://github.com/vuejs/vue-devtools)
![preview](http://7xkm8j.com1.z0.glb.clouddn.com/vuex.gif)
[视频](http://7xkm8j.com1.z0.glb.clouddn.com/vuex.mp4)
Vuex 设计管理了所有应存的状态,这是上面持久化的保证。