diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 30c802b17..edebdc992 100644 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -16,8 +16,9 @@ npm install primevue --save npm install primeicons --save -
Path of each component is available at the "import" section of a component documentation.
+This is the recommended way if your application uses vue-cli or has a webpack based build with vue-loader configured. + Import the components as .vue files for seamless integration within your project where path of each component is available at the "import" section of a component documentation.
In the next step, register the component with the tag name you'd like to use.
Then you'll be able to utilize the component in your application.
+Other alternative is utilizing the components directly within the browser with UMD packages.
+Majority of PrimeVue components (95%) are native and there are some exceptions having 3rd party dependencies such as Google Maps for GMap.
+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.