Plain Dev Blog

Showing posts tagged VueJS Ā· clear

Laravel + VueJS + Ngrok

Ivalin Venkov Ā·

Being able to run your project fast and easy it’s always been an essential for development.

Localization with Vue 3 and i18n

Ivalin Venkov Ā·

Vue.js for data visualization

Ivalin Venkov Ā·

There a lot of ways you can use Vue and one of the most useful ones is using it for visualizing data.

Vue.js Directives

Ivalin Venkov Ā·

VueJS, the framework we know and love, in the following article, we will take a deeper dive into the directives used by it.

Working with Cookies in Vue and Laravel

Ivalin Venkov Ā·

As a internet users will all has our encounters with the ā€œinfamousā€ cookies and for better or worse they are a crucial part of the web development and probably the internet as a whole.

Copy Text to the Clipboard with Vue 3

Ivalin Venkov Ā·

Another day, another curios task that I’ve stumbled upon.

Working with CSP and Vite

Ivalin Venkov Ā·

Recently I needed to add Content Security Policy to a project which uses Vue JS for the front end and Vite for development server, adding this policy will improve the security of it and it’s general good practice.