{"id":22489561,"url":"https://github.com/Lexpeartha/nuxt-xstate","last_synced_at":"2025-08-02T21:33:05.161Z","repository":{"id":54350650,"uuid":"522202184","full_name":"Lexpeartha/nuxt-xstate","owner":"Lexpeartha","description":"XState integration for Nuxt","archived":false,"fork":false,"pushed_at":"2024-09-16T06:36:28.000Z","size":1776,"stargazers_count":55,"open_issues_count":11,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-23T09:34:16.074Z","etag":null,"topics":["composition-api","dx","finite-state-machine","hacktoberfest","library","nuxt","nuxt-module","nuxtjs","state-charts","vue","xstate"],"latest_commit_sha":null,"homepage":"https://nuxt-xstate.lexpeartha.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lexpeartha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-07T12:07:26.000Z","updated_at":"2024-09-05T22:45:17.000Z","dependencies_parsed_at":"2023-09-26T17:57:05.554Z","dependency_job_id":"cc0bd58f-7a72-410f-acc7-ed6ae67f6235","html_url":"https://github.com/Lexpeartha/nuxt-xstate","commit_stats":{"total_commits":89,"total_committers":3,"mean_commits":"29.666666666666668","dds":0.1910112359550562,"last_synced_commit":"c57d9a555f6401399f3056e6d301651084e9df07"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexpeartha%2Fnuxt-xstate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexpeartha%2Fnuxt-xstate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexpeartha%2Fnuxt-xstate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexpeartha%2Fnuxt-xstate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexpeartha","download_url":"https://codeload.github.com/Lexpeartha/nuxt-xstate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500355,"owners_count":17930043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composition-api","dx","finite-state-machine","hacktoberfest","library","nuxt","nuxt-module","nuxtjs","state-charts","vue","xstate"],"created_at":"2024-12-06T17:20:09.111Z","updated_at":"2024-12-06T17:22:36.502Z","avatar_url":"https://github.com/Lexpeartha.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Nuxt XState\n\n![GitHub package.json version](https://img.shields.io/github/package-json/v/Lexpeartha/nuxt-xstate?style=flat-square) ![npm (prod) dependency version](https://img.shields.io/npm/dependency-version/nuxt-xstate/@nuxt/kit?style=flat-square) ![npm (prod) dependency version](https://img.shields.io/npm/dependency-version/nuxt-xstate/xstate?style=flat-square) ![npm](https://img.shields.io/npm/dm/nuxt-xstate?label=npm%20downloads\u0026style=flat-square) ![Website](https://img.shields.io/website?down_message=offline\u0026label=documentation\u0026style=flat-square\u0026up_message=online\u0026url=https%3A%2F%2Fnuxt-xstate.lexpeartha.com%2F) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Lexpeartha/nuxt-xstate/ci.yml?label=ci\u0026style=flat-square\u0026branch=main)\n\nNuxt XState module allows for easy integration of [XState](https://xstate.js.org/) with Nuxt.js.\n\n- [Read documentation](https://nuxt-xstate.lexpeartha.com) :book:\n- [Online playground](https://stackblitz.com/edit/nuxt-xstate-playground?file=app.vue) :video_game:\n\n## Features :sparkles:\n\n- Nuxt Bridge \u0026 Nuxt 3 supported\n- Auto-importing of XState composables\n- Auto-importing of your own state-machines\n\n## Installation :floppy_disk:\n\nRun one of the following commands:\n\n```bash\nnpx nuxi@latest module add xstate\n```\n\nAnd add it to your `nuxt.config.ts`:\n\n```js\nimport { defineNuxtConfig } from 'nuxt/config'\n\nexport default defineNuxtConfig({\n  modules: ['nuxt-xstate']\n})\n```\n\n## Usage :toolbox:\n\n:point_right: Check out the [documentation](https://nuxt-xstate.lexpeartha.com/getting-started/usage)\n\n## Work in progress :construction:\n\n- [ ] [`@xstate/inspect`](https://xstate.js.org/docs/packages/xstate-inspect/) support\n\n## Development :computer:\n\n- Clone repository and install dependencies with `yarn install`\n- Run `yarn dev:prepare` to generate type stubs.\n- Use `yarn dev` to start [playground](./playground) in development mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLexpeartha%2Fnuxt-xstate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLexpeartha%2Fnuxt-xstate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLexpeartha%2Fnuxt-xstate/lists"}