featured Image

Use emoji as list bullet points using CSS list-style

In this article, we will see how to style list bullet points with emoji in HTML. In HTML the available list styles are very limited and sometimes it may make…

Read more
featured Image

Add style to v-html with scoped css in Vue

In this post, we will learn how to add CSS style using deep selectors in v-html in Vue. In Vue, when you apply scoped CSS to a component’s DOM element,…

Read more
featured Image

How to add common header and footer in Nuxt

In this post, we will see how to add a common header and footer to your Nuxt application. In your nuxt application, if you want to add the same header…

Read more
featured Image

How to convert markdown to PDF offline with Pandoc Converter

This post will show how to convert a markdown app to a PDF file with the Pandoc conversion tool. Pandoc is an open-source document conversion tool that is used to…

Read more
featured Image

Save vuex state after page refresh in Vue App

Vuex helps us to manage the state in a Vue application. But the current state is lost when we refresh the page. To solve this, we need to install an…

Read more
featured Image

Set and get cookies in a browser in Vue App

In this post, we will learn how to set cookies in a browser for the Vue webpage. An HTTP cookie (web cookie, browser cookie) is a small piece of information…

Read more
featured Image

Solved “No such remote origin” Git Error Fatal

Find out how to solve the git no such remote origin error while working with the Git repository. Sometimes when we try to push our local changes to our remote…

Read more
featured Image

Force update Vue to Reload/Rerender component

This short tutorial describes how to correctly force a Vue.js component to reload or rerender. The component is reinitialized without having to do a browser refresh. To force Vue to…

Read more
featured Image

GitHub “fatal: remote origin already exists” error – Fix

In this post, we will learn how to solve the “remote origin already exists error” in Github. The “remote origin exists” error occurs when we try to create a link…

Read more