Skip to content

Lexpeartha/nuxt-xstate

Folders and files

NameName
Last commit message
Last commit date
Apr 20, 2024
Apr 20, 2024
Dec 5, 2022
Apr 20, 2024
Sep 27, 2022
Aug 7, 2022
Apr 20, 2024
Apr 20, 2024
Feb 11, 2023
Oct 11, 2022
Jul 22, 2023
Dec 3, 2022
Sep 11, 2022
Aug 7, 2022
Apr 20, 2024
Apr 1, 2023
Apr 20, 2024
Jul 10, 2023
Oct 15, 2022
Sep 27, 2022
Apr 20, 2024

Repository files navigation

Nuxt XState

GitHub package.json version npm (prod) dependency version npm (prod) dependency version npm Website GitHub Workflow Status

Nuxt XState module allows for easy integration of XState with Nuxt.js.

Features โœจ

  • Nuxt Bridge & Nuxt 3 supported
  • Auto-importing of XState composables
  • Auto-importing of your own state-machines

Installation ๐Ÿ’พ

Run one of the following commands:

npx nuxi@latest module add xstate

And add it to your nuxt.config.ts:

import { defineNuxtConfig } from 'nuxt/config'

export default defineNuxtConfig({
  modules: ['nuxt-xstate']
})

Usage ๐Ÿงฐ

๐Ÿ‘‰ Check out the documentation

Work in progress ๐Ÿšง

Development ๐Ÿ’ป

  • Clone repository and install dependencies with yarn install
  • Run yarn dev:prepare to generate type stubs.
  • Use yarn dev to start playground in development mode.