Bootstrap
Vue.js
How To Make Layouts In Vue 3 Application
- Ahmed Shaltout
- March 4, 2023
- Bootstrap
- Vuejs
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
Bootstrap
Vue.js
How To Install Bootstrap 5 In Vue 3 With Bootstrap Icons
- Ahmed Shaltout
- March 4, 2023
- Bootstrap
- Vuejs
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