Build your VUE.js App with Nuxt3 . First Class PrimeVUE 4 support. Formkit Validation included.
Build your VUE.js App with Nuxt3 (Nuxt 4 ready). First Class PrimeVUE support. Validation by Formkit.
Module by FormKit-PrimeVue-Nuxt.
Based on PrimeVue Styled Theme with Aura Preset.
THX to antfu / Vitesse Nuxt3 for starter code
Module options for FormKit PrimeVue Nuxt.
Below are the default values, if they fit your needs, you don’t need to add them to your nuxt.config.ts.
formkitPrimevue: {
includePrimeIcons: true,
includeStyles: true,
installFormKit: true,
installI18N: true,
},
primevue: {
autoImport: true,
},
options: {
theme: {
preset: Aura,
options: {
darkModeSelector: '.dark',
},
},
ripple: true,
},
},
Nuxt PrimeVue 3 under the prime3 branch of this project
Install node:
Latest node LTS version required (20)
Use node manager like nvm to install.
Install pnpm:
https://pnpm.io/installation
Install dependencies:
pnpm install
Run development server:
pnpm dev
Vitest test runner:
pnpm test:unit
Build:
pnpm build
Start Production build:
pnpm start
I use IntelliJ with VUE.js plugin.
JetBrains is supporting this open source project with: