Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattjennings/excalibur-vite-template


https://github.com/mattjennings/excalibur-vite-template

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Excalibur Vite Template

My personal template for creating [Excalibur.js](https://excaliburjs.com/) projects with [Vite](https://vitejs.dev/).

# Features

- Scene HMR reloading with [vite-plugin-excalibur-hmr](https://github.com/mattjennings/vite-plugin-excalibur-hmr)
- $res helper for loading assets with [vite-plugin-excalibur-resources](https://github.com/mattjennings/vite-plugin-excalibur-resources)
- Automatic global `ex` import with [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import)

# Usage

```bash
# clone with degit
npx degit mattjennings/excalibur-vite-template my-game

# install dependencies and run dev server
cd my-game
npm install
npm run dev
```