Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 13dfb05

Browse files
committed
docs(Base): Some polishing
1 parent 62f6180 commit 13dfb05

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

docs/.vitepress/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { defineConfig } from 'vitepress'
33
import { version } from '../../package.json'
44

55
export default defineConfig({
6-
title: 'PrimeVue Nuxt 3',
7-
description: 'PrimeVue Nuxt 3',
6+
title: 'Nuxt PrimeVue',
7+
description: 'PrimeVue Module for Nuxt 3',
88
base: '/nuxt-primevue/',
99
themeConfig: {
1010
footer: {
11-
message: 'VitePress Blog Starter',
12-
copyright: 'Copyright © 2022 SFXCode',
11+
message: 'Nuxt 3 PrimeVue Module',
12+
copyright: 'Copyright © 2023 SFXCode',
1313
},
1414
search: {
1515
provider: 'local'

docs/guide/formkit.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://git
1919
Inputs are used in schema with **prime** as prefix and the **input name** as suffix.
2020

2121
::: warning
22-
Used inputs used by FormKit must be imported global (default), because of using them in the startup phase.
22+
Used inputs by FormKit must be imported global (default).
23+
24+
They are referenced in the startup phase, if FormKit is enabled.
2325
:::
2426

2527

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ features:
2121
details: Easy PrimeVue integration with Nuxt 3. Use PrimeVue components, directives and services
2222
- title: "PrimeVue"
2323
details: Next Generation Vue UI Component Library. Rich set of open source native components for Vue.
24-
- title: "Formkit"
24+
- title: "Formkit (optional)"
2525
details: A Vue form building framework that simplifies form structure, generation, validation, theming, submission, error handling, and more.
26-
- title: "Formkit-PrimeVue"
26+
- title: "Formkit-PrimeVue (optional)"
2727
details: PrimeVue support for the FormKit validation Framwork. PrimeVue inputs are prepared for seamless formkit integration.
2828
---
2929

nuxt-primevue.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: nuxt-primevue
2+
description: PrimeVue integration in Nuxt - Optional Nuxt FormKit integration
3+
repo: sfxcode/nuxt-primevue
4+
npm: nuxt-primevue
5+
icon: nuxt.svg
6+
github: https://github.com/sfxcode/nuxt-primevue
7+
website: https://sfxcode.github.io/nuxt-primevue
8+
learn_more: https://sfxcode.github.io/nuxt-primevue
9+
category: UI
10+
type: 3rd-party
11+
maintainers:
12+
- name: Tom Lamers
13+
github: sfxcode
14+
compatibility:
15+
nuxt: ^3.0.0
16+
requires: {}

0 commit comments

Comments
 (0)