Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 604 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 604 Bytes

Mini Games

A project made for Hacktoberfest. It also has been created to learn Vue.js by coding some well known games.

Games featured in this project

  • Simon
  • Memory Puzzle

Build for devs

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Build for production

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Test the application

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test