Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Robust Vue.js Forms with FormKit

Project Setup and FormKit Config

In this lesson, we create a new Nuxt 3 project in which to work with FormKit. You can create the project locally by running:

npx nuxi init [project-name]

Or you can follow along in the browser by creating a new Nuxt application in StackBlitz.

To install the FormKit Nuxt module run:

npm install @formkit/nuxt

Links