diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 965f886d7..e331e8db5 100644 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -60,8 +60,6 @@ new Vue({ </script> - -
Majority of PrimeVue components (95%) are native and there are some exceptions having 3rd party dependencies such as Quill for Editor.
In addition, components require PrimeIcons library for icons.
@@ -119,6 +117,37 @@ primeicons/primeicons.css //iconsTypescript is fully supported as type definition files are provided in the npm package of PrimeVue. A sample typescript-primevue application is available as well at github.
+PrimeVue can easily be added to a Nuxt.js with the following steps.
+1) Add primevue.js to the plugins folder with the components you'd like to use.
+2) Add requires CSS dependencies and the plugin configuration in nuxt.config.js.
+That is all, for a complete example please refer to the primevue-nuxtjs-quickstart sample.
+