Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 600 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 600 Bytes

Vue Phaser example

This repository includes an example with Vue 3 (Vite) and Phaser.js Using plugin nuxtjs-phaser.

Setup

npm install

# or

yarn install

Compile and Hot-Reload for Development

npm run dev

#or

yarn dev

Type-Check, Compile and Minify for Production

npm run build

# or

yarn build

Lint with ESLint

npm run lint

# or

yarn lint

Live demo

This project can be viewed at vue-phaser.surge.sh/.

Thanks to Surge 💛.