0.4.3 • Published 3 years ago

@braks/nuxt-xstate v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago