You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
19
20
- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
20
21
-[State Management via Pinia](https://pinia.esm.dev)
21
22
-[TipTap](https://tiptap.dev) - Headless Editor
22
23
-[Vitest](https://vitest.dev/) - Blazing Fast Unit Test Framework ([Getting started](https://vitest.dev/guide))
23
-
-[nuxt-test-utils](https://github.com/nuxt/test-utils) - Support for e2e and unit testing ([Getting started](https://nuxt.com/docs/getting-started/testing))
24
24
25
-
## Nuxt Modules
25
+
## Nuxt Modules (included in formkit-prinevue-nuxt)
-[I18n](https://v8.i18n.nuxtjs.org) - Integration with [Vue I18n](https://vue-i18n.intlify.dev/)
31
+
32
+
## Nuxt Modules (additional)
33
+
28
34
-[Pinia](https://pinia.esm.dev/) - intuitive, type safe, light and flexible Store for Vue.
29
35
-[VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.
30
-
-[FormKit](https://formkit.com/) - Validation
31
36
-[UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine.
32
37
-[Content](https://content.nuxtjs.org) - parses .md, .yml, .csv and .json files
33
38
-[Images](https://nuxt.com/modules/images) - Optimised images for Nuxt
34
39
-[Fonts](https://nuxt.com/modules/fonts) - Plug-and-play custom web font optimization and configuration for Nuxt apps
35
-
-[I18n](https://v8.i18n.nuxtjs.org) - Integration with [Vue I18n](https://vue-i18n.intlify.dev/)
40
+
-[nuxt-test-utils](https://github.com/nuxt/test-utils) - Support for e2e and unit testing ([Getting started](https://nuxt.com/docs/getting-started/testing))
41
+
42
+
## Module Configurations
43
+
44
+
### FormKit PrimeVue Nuxt
36
45
37
-
## Nuxt PrimeVue configuration
46
+
```typescript
47
+
formkitPrimevue: {
48
+
includePrimeIcons: true,
49
+
includeStyles: true,
50
+
formkitAutoConfig: true,
51
+
formkitLocale: 'en',
52
+
formkitPluginAnimate: true,
53
+
formkitPluginAsterisk: true,
54
+
},
55
+
```
38
56
39
-
Important: use autoimport false if using primevue formkit validation
0 commit comments