template-vue icon indicating copy to clipboard operation
template-vue copied to clipboard

A Phaser 3 project template that demonstrates Vue communication and uses Vite for bundling

Results 1 template-vue issues
Sort by recently updated
recently updated
newest added

When using imports using the `@` alias it's broken because the config is inside `vite/` folder. So this pointing to a wrong path (`./src`): ```js export default defineConfig({ resolve: {...