RaspberryRocketeer/frontend
David Hain fe1375124b
updated game.js with scaling & localstorage
- everything scaling now
- game-score, game-isRunning and game-playTime now saving in localstorage on game start and end
2023-01-20 14:37:05 +01:00
..
game frontend pagination done 2023-01-20 08:15:07 +01:00
public updated game.js with scaling & localstorage 2023-01-20 14:37:05 +01:00
src Merge branch 'leaderboard-pagination' into develop 2023-01-20 14:01:41 +01:00
.browserslistrc added Vue 2023-01-12 12:24:38 +01:00
.eslintrc.js added Vue 2023-01-12 12:24:38 +01:00
.gitignore added Vue 2023-01-12 12:24:38 +01:00
package-lock.json frontend pagination done 2023-01-20 08:15:07 +01:00
package.json frontend pagination done 2023-01-20 08:15:07 +01:00
README.md added Vue 2023-01-12 12:24:38 +01:00
tsconfig.json added Vue 2023-01-12 12:24:38 +01:00

raspberryrocketeer

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.