A random bingo game to encourage wedding guests to mingle.
Go to file
Max fafac3fe27 Fixed up project so it didn't look like boilerplate vomit
Cleaned up bingo board view for printable pages
2023-07-02 11:24:14 -07:00
public Initial Commit so other people can do things 2023-07-01 20:43:32 -07:00
src Fixed up project so it didn't look like boilerplate vomit 2023-07-02 11:24:14 -07:00
index.html Initial Commit so other people can do things 2023-07-01 20:43:32 -07:00
package-lock.json Initial Commit so other people can do things 2023-07-01 20:43:32 -07:00
package.json Initial Commit so other people can do things 2023-07-01 20:43:32 -07:00
README.md Initial Commit so other people can do things 2023-07-01 20:43:32 -07:00
vite.config.js Initial Commit so other people can do things 2023-07-01 20:43:32 -07:00

mingle-bingle

This template should help get you started developing with Vue 3 in Vite.

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

Lint with ESLint

npm run lint