template-vue-ts
template-vue-ts copied to clipboard
A Phaser 3 TypeScript project template that demonstrates Vue communication and uses Vite for bundling
Results
1
template-vue-ts 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`): ```ts export default defineConfig({ resolve: {...