Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tituskirch/example-nuxt3-formkit-app

An example of a nuxt 3 and formkit application.
https://github.com/tituskirch/example-nuxt3-formkit-app

Last synced: 10 days ago
JSON representation

An example of a nuxt 3 and formkit application.

Awesome Lists containing this project

README

        

# @tituskirch/example-nuxt3-formkit-app

An example of a nuxt 3 and formkit application. Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# pnpm
pnpm install
```

## Development Server

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

```bash
pnpm dev -o
```

## Production

Build the application for production:

```bash
pnpm build
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.