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