https://github.com/keuller/nuxt-xstate
XState
https://github.com/keuller/nuxt-xstate
Last synced: 3 months ago
JSON representation
XState
- Host: GitHub
- URL: https://github.com/keuller/nuxt-xstate
- Owner: keuller
- License: mit
- Created: 2023-07-07T15:20:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T18:23:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T00:28:12.502Z (5 months ago)
- Language: Vue
- Size: 127 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```