0.3.3 • Published 13 days ago

vite-plugin-rune v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

vite-plugin-rune

Plugin to use Rune SDK with vite. This plugin will automatically inject the SDK and configure build options to create a logic.js file for the game. See Syncing Game State for more info on how Rune's SDK uses a logic.js file to seamlessly sync game state across players.

Install

# yarn
yarn add --dev vite-plugin-rune rune-games-sdk

# npm
npm install --dev vite-plugin-rune rune-games-sdk

Usage

// vite.config.ts
import { defineConfig } from "vite"
import rune from "vite-plugin-rune"

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [rune({ logicPath: "./src/logic.ts" })],
})

License

MIT © Rune AI Inc. 2023

0.3.3

13 days ago

0.3.2

22 days ago

0.3.1

1 month ago

0.3.0

1 month ago

0.2.1

2 months ago

0.2.0

6 months ago

0.1.1

10 months ago

0.1.0

12 months ago