From the course: CSS and JavaScript Library Integration
Unlock the full course today
Join today to access over 25,000 courses taught by industry experts.
Integrating PrimeVue with Vue.js - JavaScript Tutorial
From the course: CSS and JavaScript Library Integration
Integrating PrimeVue with Vue.js
- [Instructor] PrimeTek created PrimeVue, an open-source user interface component library for Vue.js. PrimeVue provides short, clear, and easy to understand documentation. It also has dedicated examples for both the Options API and the Composition API in Vue.js. Some great additions make up the Prime ecosystem. They includes PrimeIcons, PrimeFlex, Theme Design, PrimeBlocks, and Templates. To get started, you need to scaffold a new Vue project using Vite. So run the following in your terminal, npm create vite@latest -- --template vue. Run the command, follow the prompts and then navigate to the project directory and remove the unlit files for now. Next, is to integrate PrimeVue and PrimeIcons into your project by running npm install primevue click enter and then install Primeicons, with npm install primeicons. Click enter. The next step is to configure the PrimeVue plugin to work with your vue.js projects. Open the…
Contents
-
-
-
-
(Locked)
Overview of PrimeNG, PrimeReact, and PrimeVue CSS framework1m 25s
-
(Locked)
Integrating PrimeNG with AngularJS4m 26s
-
(Locked)
Implementing a basic UI with PrimeNG and Angular6m 38s
-
(Locked)
Integrating PrimeReact with React.js3m 20s
-
(Locked)
Implementing a basic UI with PrimeReact and React.js5m 12s
-
(Locked)
Integrating PrimeVue with Vue.js4m 43s
-
(Locked)
Implementing a basic UI with PrimeVue and Vue.js7m 28s
-
(Locked)
-
-
-