[BANanoVuetifyAD3] Website oriented instead of Web App

aeric

Expert
Licensed User
Longtime User
I am going to build a production website to promote my POS system. So I am thinking to use a front-end framework. Many examples for BVAD3 are showing web apps or dashboard. I wish to see more "consumer-oriented" responsive web design or template examples build from BVAD3. I want to add a nice animated menu or navbar and a big sliding image or carousel. I also interested a parallax effect when scrolling down the page.
 

Mashiane

Expert
Licensed User
Longtime User
Hi Aeric

One of the nice examples of a complete website that I found on you-tube, was this, sadly due to time constraints...

website.jpg


I found on this YT channel, . The source code is available, I just need time to convert it to BVAD3.

animated menu
You can find menus here in the kitchen sink, https://mashiane.github.io/BANanoVuetifyAD3/#/admenus

sliding image or carousel.
You can find the carousel in the kitchen sink, https://mashiane.github.io/BANanoVuetifyAD3/#/adcarousel

parallax effect
Currently this is not a standard component on the Vuetify. Perhaps a component specific to VueJS could suffice.
This exists however I totally missed creating an example in the Kitchen Sink. Will add it soon.

Other Options...

1. You can check Creative Tim (they have some Vuetify Templates)
2. You can also check the Vuetify Store. They have a lot of pre-built templates, some free, some paid.
3. Run a search on YT using Vuetify.
4. Search Medium using the word Vuetify.
5. Skim the Vuetify Docs for inspiration
6. Check the Made with Vue website for inspiration
7. Check the Vue Examples website

Most examples I have also seen are limited to dashboards and apps and very few examples like this one above.

I wish you all the best.
 
Last edited:
Top