Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 815 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 815 Bytes

Screenshot

Netlify Status

Whack Whack — Revolution!

A simple Whack-a-Mole type game built as a Single Page Application with HTML/SCSS and Vue/JS.

Structure

App.vue is the main file. This keeps track of state (instead of a store) and pulls in child components. Data flows to child components through props.

Styles are located separately in assets/styles. Each Vue component has its own block, following the BEM methodology.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build