diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 7e46acdaa..8be8fc759 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -11,6 +11,11 @@ { "name": "Configuration", "to": "/configuration" + }, + { + "name": "Nuxt", + "to": "/nuxt", + "badge": "NEW" } ] }, diff --git a/doc/installation/DownloadDoc.vue b/doc/installation/DownloadDoc.vue index 2ee2b59c0..f2ed1ea96 100644 --- a/doc/installation/DownloadDoc.vue +++ b/doc/installation/DownloadDoc.vue @@ -1,8 +1,8 @@ diff --git a/doc/nuxt/DownloadDoc.vue b/doc/nuxt/DownloadDoc.vue new file mode 100644 index 000000000..289c27fa9 --- /dev/null +++ b/doc/nuxt/DownloadDoc.vue @@ -0,0 +1,29 @@ + + + diff --git a/doc/nuxt/ExampleDoc.vue b/doc/nuxt/ExampleDoc.vue new file mode 100644 index 000000000..3bc41f50b --- /dev/null +++ b/doc/nuxt/ExampleDoc.vue @@ -0,0 +1,7 @@ + diff --git a/doc/nuxt/SetupDoc.vue b/doc/nuxt/SetupDoc.vue new file mode 100644 index 000000000..f89bdc905 --- /dev/null +++ b/doc/nuxt/SetupDoc.vue @@ -0,0 +1,64 @@ + + + diff --git a/doc/nuxt/StyleDoc.vue b/doc/nuxt/StyleDoc.vue new file mode 100644 index 000000000..872f522cf --- /dev/null +++ b/doc/nuxt/StyleDoc.vue @@ -0,0 +1,29 @@ + + + diff --git a/doc/nuxt/VideoDoc.vue b/doc/nuxt/VideoDoc.vue new file mode 100644 index 000000000..160b69c70 --- /dev/null +++ b/doc/nuxt/VideoDoc.vue @@ -0,0 +1,8 @@ + diff --git a/doc/nuxt/configuration/ComponentsDoc.vue b/doc/nuxt/configuration/ComponentsDoc.vue new file mode 100644 index 000000000..05eee21b1 --- /dev/null +++ b/doc/nuxt/configuration/ComponentsDoc.vue @@ -0,0 +1,72 @@ + + + diff --git a/doc/nuxt/configuration/ComposablesDoc.vue b/doc/nuxt/configuration/ComposablesDoc.vue new file mode 100644 index 000000000..688c00527 --- /dev/null +++ b/doc/nuxt/configuration/ComposablesDoc.vue @@ -0,0 +1,26 @@ + + + diff --git a/doc/nuxt/configuration/DirectivesDoc.vue b/doc/nuxt/configuration/DirectivesDoc.vue new file mode 100644 index 000000000..39f73ab6b --- /dev/null +++ b/doc/nuxt/configuration/DirectivesDoc.vue @@ -0,0 +1,51 @@ + + + diff --git a/doc/nuxt/configuration/OptionsDoc.vue b/doc/nuxt/configuration/OptionsDoc.vue new file mode 100644 index 000000000..bd47e8442 --- /dev/null +++ b/doc/nuxt/configuration/OptionsDoc.vue @@ -0,0 +1,31 @@ + + + diff --git a/doc/nuxt/configuration/UsePrimeVueDoc.vue b/doc/nuxt/configuration/UsePrimeVueDoc.vue new file mode 100644 index 000000000..d10ed413d --- /dev/null +++ b/doc/nuxt/configuration/UsePrimeVueDoc.vue @@ -0,0 +1,24 @@ + + + diff --git a/pages/installation/index.vue b/pages/installation/index.vue index f679d3122..aee12e60c 100644 --- a/pages/installation/index.vue +++ b/pages/installation/index.vue @@ -18,7 +18,6 @@