0.6.2 • Published 1 year ago
nuxt-xstate5 v0.6.2
Nuxt XState
Nuxt XState module allows for easy integration of XState with Nuxt.js.
- Read documentation :book:
- Online playground :video_game:
Features :sparkles:
- Nuxt Bridge & Nuxt 3 supported
- Auto-importing of XState composables
- Auto-importing of your own state-machines
Installation :floppy_disk:
Run one of the following commands:
npx nuxi@latest module add xstateAnd add it to your nuxt.config.ts:
import { defineNuxtConfig } from 'nuxt/config'
export default defineNuxtConfig({
modules: ['nuxt-xstate']
})Usage :toolbox:
:point_right: Check out the documentation
Work in progress :construction:
@xstate/inspectsupport
Development :computer:
- Clone repository and install dependencies with
yarn install - Run
yarn dev:prepareto generate type stubs. - Use
yarn devto start playground in development mode.
0.6.2
1 year ago