Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 658 Bytes

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/izemomar/vue-multi-layouts
  1. Install packages
npm install
  1. Run the server
npm run dev