/vue-multi-layouts

A Vue 3 user's guide to creating complex layouts

Primary LanguageVue

A Vue 3 user's guide to creating complex layouts

Vue.js is a JavaScript framework for creating reactive user interfaces. It has gained a lot of popularity and for good reasons. You can easily build fast, scalable, and user-friendly applications with it. In this blog post, we'll be discussing how to use layouts to change the look of your app dynamically.

You can read the full article here

Project setup

  1. Clone the project
git clone https://github.com/OMARIZEM/vue-multi-layouts.git
  1. Install packages
npm install
  1. Run the server
npm run dev