1
0
mirror of synced 2025-11-06 04:30:39 +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!
@@ -187,4 +187,4 @@ In the [i18n.json](https://github.com/Binaryify/vue-tetris/blob/master/src/i18n.
npm run build
```
Will build the application in the 'dist' folder.
Will build the application in the 'dist' folder.