This is an initial project for a bigger one. The goal for this is to render a spritesheet using Phaser game framework with Vue 3 using Vite
You can follow the progress of this project in my blog https://murilobd.com
After cloning this repo:
yarn
yarn dev
or if you prefer using npm
npm install
npm run dev