YouTube allows iframes to be used for embedding their videos in your web page. But those iframes come with the limitations of not having direct controls / event listeners. Vue.js…
Apply filters on image using CSS in Vue.js | Example
Gone are the days when you had to do image processing and manipulation to apply a filter to an image (image filter). The CSS filter property can create almost any…
Create a custom progress bar / loader using CSS in Vue.js | Example
Almost every UI library or CSS framework provides some sort of loaders. Most of these loaders are uncontrolled. That is, you cannot actually show the real progress of a task…
How to get current date time in realtime in Vue.js | Example
Date and time are some of the most important aspects of any web application (mostly current date and time). It's in fact, almost impossible to create a full application without…
How to use a rich text editor in Vue.js. | Example
If <textarea> is not sufficient for you and you're looking for something better, you need a rich text editor. Luckily, Vue.js has plenty of options available if you're looking for…
Build a WhatsApp chat clone (interface) using Vue.js
One of the best ways to enhance your Vue.js skills, is by trying to imitate interfaces already used by renowned companies. Since those interfaces have been tried and tested by…
- 1
- 2
