Quasar / Nuxt + Phaser 3

Hi there, Quasar is a Vue + Material Design Javascript framework.

I saw this tutorial to integrate Phaser 2 w/ Nuxt. Nuxt is close enough to Quasar I can make it work.

Is there anything in this Phaser 2 tutorial that’s out of date for Phaser 3 - or is there a better resource for Quasarj/Nuxt + Phaser 3?

What’s challenging about the integration?

Thank you!

Have you figured it out?

All Phaser 2 stuff is out of date for Phaser 3. :slight_smile:

So the Phaser portion just needs to be rewritten with the new game config and multiple scenes.

The “bridge” is no longer necessary, you just do

import Phaser from 'phaser';