Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 709 Bytes

File metadata and controls

31 lines (24 loc) · 709 Bytes

memory-game

Memory game is a card game, where user needs to memorize pairs of cards. Time tracker and general functionality are implemented. The project is done as an example of my skills in the Front-end development. Stack technology - Vue JS + bus event emmiter. The bus was choosen to prove my friends i can do a work without the Vuex flux system.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.