Day: March 4, 2023

How To Make Layouts In Vue 3
Bootstrap Vue.js

How To Make Layouts In Vue 3 Application

Let’s create a multi-layout Vue 3 application using Vue Router. We will make a group of routes and give each group a layout. so that we can make a layout for the home page, a layout for the profile page, a layout for the blog, etc.

Read More
How To Install Bootstrap 5 In Vue 3 With Bootstrap Icons
Bootstrap Vue.js

How To Install Bootstrap 5 In Vue 3 With Bootstrap Icons

Let’s create a new Vue 3 application, install Bootstrap 5 with Icons, and configure it to be available in all vue.js components.

Read More