[Vuejs]-How to create a side navigation menu just like mobile apps?

1👍

Take a look at Vuetify, it’s a component framework that enables you to use a lot of premade components and layouts. In your case the default layouts already have the side menu you mentioned.

Guide: https://vuetifyjs.com/en/getting-started/quick-start

Layouts: https://vuetifyjs.com/en/layout/pre-defined

Preview: https://vuetifyjs.com/en/examples/layouts/dark

I’ve used it a lot and is really helpful in creating quick layouts. Besides the main layout, you don’t need to use anything else from the library.

0👍

You wouldn’t want to use bootstrap if you want customizations on navigation menu. Why don’t you make one of your own? here’s a link for an example https://vue-burger-menu.netlify.com/

Leave a comment