/munchkin-counter-vue3

another munchkin counter made in vue3

Primary LanguageVue

Munchkin counter with Vue3 + Pinia

This is a basic App for following a Munchkin Game. You can add players and save their stats from a game.

Features

  • Roll Dice
  • Show players stats
  • Simulate battle
  • Persist State in localstorage

Screens

Screenshot Screenshot Screenshot Screenshot

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build