Menu
Dev Bay – front-end tips
  • Front-end tips
  • Back-end tips
  • Converters
Dev Bay – front-end tips

Tag: Vue

Vue Router for application hosted on static server

Posted on March 30, 2021July 27, 2022

I will show in this article how to start using Vue Router in Vue CLI project with very basic settings which will allow to host your application on normal static server (like Apache on e.g. GoDaddy). What we want to achieve here is the following scenario: We have our VueJS application created in Vue CLI…

Vue CLI: modify webpack configuration

Posted on March 28, 2021July 27, 2022

When using Vue CLI sometimes we must change how it is working in background. I mean what are the bundling rules, how server works etc. We must know that Vue CLI uses in background the Webpack with quite sophisticated settings. But we can use dive into that and change whatever we want. Create new empty…

VueJS – loading spinner component

Posted on March 11, 2021July 26, 2022

Loaders or spinners are popular way to fill empty container while its content is loading asynchronously. We use it – typically – when some content is loading, by using ajax request or something is processing in the background. We can use loading spinner in VueJS as a separate component in very nice and clean manner…

©2022 Dev Bay – front-end tips | Powered by SuperbThemes & WordPress
If you continue to use this site means you accept Terms and Conditions and Privacy Policy. We use cookies to ensure that we give you the best experience on our website.OkTerms and Conditions and Privacy Policy