Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meeroslav/vuerx-tetris
https://github.com/meeroslav/vuerx-tetris
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meeroslav/vuerx-tetris
- Owner: meeroslav
- License: mit
- Created: 2018-09-23T16:06:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T19:03:59.000Z (over 3 years ago)
- Last Synced: 2023-03-23T02:52:24.201Z (almost 2 years ago)
- Language: TypeScript
- Size: 555 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuerx-tetris
> Tetris implementation with Vue, RxJS and Typescript
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```