1
0
mirror of synced 2025-12-07 22:18:31 +08:00

Update README-EN.md

This commit is contained in:
阿发
2017-06-28 23:17:45 +08:00
committed by GitHub
parent 9f504d3c7d
commit 9b29882e78

View File

@@ -3,7 +3,7 @@
----
## Use Vue, Vuex, Immutable to code Tetris.
Inspired by [react-tetris]((https://github.com/chvin/react-tetris), cause I prefer Vue to React, so I use Vue to code it, my idea is to think of components and methods as functions, to ensure that an input (props/params) gets a determined output (view/return value), and use Vuex instead of Redux.
Inspired by [react-tetris](https://github.com/chvin/react-tetris), cause I prefer Vue to React, so I use Vue to code it, my idea is to think of components and methods as functions, to ensure that an input (props/params) gets a determined output (view/return value), and use Vuex instead of Redux.
Open [http://binaryify.github.io/vue-tetris/](http://binaryify.github.io/vue-tetris/) to play!