Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattjennings/excalibur-vite-template
https://github.com/mattjennings/excalibur-vite-template
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattjennings/excalibur-vite-template
- Owner: mattjennings
- Created: 2023-12-23T19:38:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T21:09:51.000Z (4 months ago)
- Last Synced: 2024-07-22T22:04:27.618Z (4 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```