@braks/nuxt-xstate

![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/nuxt-xstate) [![dependencies Status](https://status.david-dm.org/gh/bcakmakoglu/nuxt-xstate.svg)](https://david-dm.org/bcakmakoglu/nuxt-xstate) [![devDependencies Status](https://stat


License
MIT
Install
npm install @braks/nuxt-xstate@0.2.1

Documentation

Nuxt + X-State

top-language dependencies Status devDependencies Status vulnerabilities GitHub code size in bytes GitHub last commit

xstate integration for NuxtJS

Installation

# install dependencies with yarn
$ yarn add @braks/nuxt-xstate

# or with npm
$ npm i @braks/nuxt-xstate
// nuxt.config.js
// Add to build-modules
const config = {
  buildModules: [
    '@braks/nuxt-xstate'
  ] 
}

Usage

Check the Documentation for a detailed guide on using this module.

GitHub package.json version