An open API service indexing awesome lists of open source software.

https://github.com/keuller/nuxt-xstate

XState
https://github.com/keuller/nuxt-xstate

Last synced: 3 months ago
JSON representation

XState

Awesome Lists containing this project

README

        

# Nuxt + XState

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build
```