TitusKirch / example-nuxt3-formkit-app

An example of a nuxt 3 and formkit application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@tituskirch/example-nuxt3-formkit-app

An example of a nuxt 3 and formkit application. Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

pnpm dev -o

Production

Build the application for production:

pnpm build

Check out the deployment documentation for more information.

About

An example of a nuxt 3 and formkit application.

License:MIT License


Languages

Language:TypeScript 98.6%Language:Vue 1.2%Language:Shell 0.2%