Skip to content

Latest commit

 

History

History
338 lines (249 loc) · 33.5 KB

File metadata and controls

338 lines (249 loc) · 33.5 KB

drawing

Let's learn about Vue via these 82 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

Vue.js is a progressive JavaScript framework for building user interfaces. It matters for its approachable learning curve, flexibility, and robust tooling, making it a popular choice for developing interactive web applications with high performance.

Sometimes properties require default values to avoid code breaking errors when designing components in Vue. Let's look at how to give props default values.

Vue.js also lets us use .env variables, but it works slightly differently. So let's look at how to use .env variables in Vue.

Bulma is a free, open-source CSS framework based on Flexbox and used by more than 200,000 developers. It's the easiest to learn (my opinion) due to its natural naming of classes and a simple grid system. It's not that popular like Bootstrap, but it got a specific fanbase.

Customizing the design of a select tag is notoriously difficult. Sometimes it's impossible without building your own from scratch using a combination of styled divs with custom JavaScript. In this article, you will learn how to build a Vue.js component that can be styled using completely custom CSS.

For the past few years, Frontend developers have shown partiality towards React, with Vue.js and Angular tagging behind closely. Comparative interest in Vue has held back a bit due to the long-awaited and somewhat delayed Vue 3.0 release. Similarly, the interest in Angular has decreased due to the long delay in shipping Ivy (its frontend renderer).

With this article, we begin a series of publications about Vue.js technology and try to make out the application development and all its components from different practical sides. In this part, we will tell you what the Vuex library is and analyze in detail such components as a store, state, getters, mutations, and actions.

Astro is a new framework, should it be one you should experiment with? Find out the features, benefits, and drawbacks that this new framework has.

Learn to add face recognition authentication to your web application

In Vue, we use $emit, which lets us send data upwards, and then trigger an event in the parent component should an $emit event be fired.

Probably the cleanest way to forward base props from a wrapper component in Vue.js

Originally published on gitconnected.com

I'm a gopher by nature, so I expect consistent styling and linting in my codebases. More importantly, though, I don't like to think about styling. I like to type haphazardly and then have my editor apply styling automatically on save (ctrl+s, cmd+s).

In this article, we are going to list out the most popular websites using Vue JS as their frontend framework.

Nuxt is a front-end framework that helps you build dynamic blog pages using the Nuxt content module. This article is a guide to hosting your blog today.

I never know which frontend framework is my favorite. So, I put them all to the test by building a simple to-do app with 6 different frameworks.

Using Vue3 and Vite page inside of sub-folders.

Check the latest statistics on the usage of Vue and learn why this framework is growing in popularity.

We often work on building applications where a single application might scale to multiple instances with couple of changes. A good example for this case will be, when you are building an application for multiple countries. TLDR; Different countries might have different requirements i.e different sections or different form fields, but the base application i.e common part should remain same.

In this post, we'll compare different pagination methods in GraphQL and learn how to configure a REST directive to perform cursor-based pagination with StepZen

Creating good documentation is essential for every product a company builds, for its users to solve specific problems they might encounter. System documentation

If you plan to enhance your experience in frontend development, ViteJs is the next-generation tool you should consider. Let's understand why Vite is faster.

As market trends begin to shift towards front-end development, it’s easy to question which JavaScript framework is in demand. Is it React, Angular or Vue? It’s a kind of game that makes you confused about which one you should pick up for your next web development project. It is even more confusing when you are just entering the trade game. A lot of startups and entrepreneurs don’t even realize which one is the right front-end framework for their web project.  

Introduction

After creating an application in Vue, you'll often want it to consist of multiple views or pages.

Vue is quickly growing in popularity among developers and Vue admin templates and themes made with help of Bootstrap is its most popular category.

John Vester introduces a Vue.js client application to read data from Salesforce and process SSE-based events via SSE implementation.

Events are an important part of any framework, and Vue is no exception. Let's look at how events work in Vue in this cheatsheet.

Since the release of Vue 2, Vuejs has grown rapidly. It is receiving awesome reviews from the users. Vuejs was one of the most popular Javascript front end frameworks in 2018 along with the giants like Angular and React. And now Vue 3 is all set to release. For the last few months, it has been in talks across various parts of the world.

Front end development has never been so popular earlier than now.  The powerful comeback of javascript has gained an enormous advantage and the single age applications easily replaced the old traditional web apps. The apps are now more powerful with the more focus over the first gate for your app, called the user interface.

If you don’t have any definite preferences in design, you should try dark colors, because dark themes look so stylish and become more and more popular. That is why we decided to find the most amazing React, Angular and Vue admin templates with dark themes. If you ever googled admin templates then you probably know that there are tons of them and that is fine to be on the fence about which one to choose. If you are not sure whether to use admin dashboards templates or not you can read the article about the benefits of admin templates. The incorrect choice of an admin template may lead to a giant waste of time and money – so it’s the decision you should think about for a while. 

Vue.js is an open source JavaScript framework for creating user interfaces. Easily integrated into projects using other JavaScript libraries. It can function as a web framework that helps develop advanced one-page applications.

An article that describes the advantages of the front-end frameworks Angular and Vue over the front-end React library.

Recently we decided to make our templates jQuery-free. Please enjoy this list of admin dashboard templates without jQuery dependencies.

A company wants to start a new web service - a messaging aggregator for customer support. How do you go from an idea to a Python/Vue/Socket.IO web application?

If you use Vue, you might be used to having to apply different classes to tags based on the logic in your code.

This is it, people! It has arrived. The most demanded article of this series! This final and Part 4 of my series on “How I Built the Fastest E-commerce Store for a Home Decor Brand” will solely focus on Web Application Performance Optimization. This article will help you with how to boost the performance of your web application along with some tips and optimization hacks to take it to the next level. If you haven't read previous parts, Here are the links:

Let’s check out how React, Angular, and Vue.js expedite development and compare their methodologies.

Quite commonly in our applications, we need to create interactive report builders to let users build custom reports and dashboards. This usually involves selecting the metrics, groupings, date ranges, filters, and chart types. To help developers build such interactive components, we've created a query builder component in Cube.js client libraries.

Vue Draggable is a great library for Vue.js that makes it super simple to create interactive draggable components with virtually no effort

Explore the top Vue reporting tools and their notable features for your applications in this review of leading options.

See how you can use imgix and the Nuxt Image Component to accelerate page speed, simplify image workflow, and transform images at scale.

In this article, I will teach you the basics of making your own web app, by creating a checklist app. ASP NET Core will be used to create a CRUD API and Vue will be used to create the frontend UI. Using the knowledge gained here, you should be able to apply it to start making your own web apps. You can find the complete solution in the GitHub repository.

In single-page apps that use the Vue Router, it is common to create a path parameter that changes the behavior of a route. A common problem occurs when a user alters the path manually in the address bar. Manually changing the URL does not rerender the view! This can cause unexpected behavior because mounted() hooks don't fire and nested components don't reload.

Both created and mounted seem to do the same thing in Vue, but there are differences. Let's look at when to use created and mounted in Vue.

User authentication and authorization can be difficult and time consuming. Getting it wrong can also have disastrous consequences, such as malicious users accessing and stealing personal or sensitive information from your app.

As the new year unfolds, we must catch, up on the latest technologies for 2020 that can help our businesses grow. Talking about web development, JavaScript plays a huge role in building server-side, client-side, desktop and mobile apps. Known as the primary language for web development, JavaScript can design apps aligned with many features and functionalities to develop interactive user-interfaces. With several numbers of JavaScript frameworks that are available in the market today, it can be a difficult task to choose one for your project. Before you hire a dedicated developer, let’s go through the list of the leading Frameworks that are best to use for your next project in 2020.

Understand how the newer Composition API in Vue3 differs from the Vue 2 methodology, known as the Options API.

Check out these Awesome VueJS Resources For Developers

Application Acceptance

Today, we've observed a dynamic growth of frameworks, approaches, and JS itself. Thus, investments in education are becoming even more reasonable and profitable. And learning Vue JS development services certainly deserves your attention.

We'll be looking at how we can optimize performance using two little-known Vue HTML attributes known as v-once and v-memo.

Explore Vue.js Event Handling: Unveiling Undocumented Behaviors in Multiple Listeners, Inline Handlers, and Method Detection

Overview of the Vue Eco-System in 2022. Evan You talks about Vue 3, Vue 2.7, Vue 3.3, Nuxt 3, Vuetify 3, Vite, VitePress, Volar, Vitest, etc

A framework based on Vue.js, aimed to provide the best Developer Experience, to deliver the best User Experience for your end users.

Vue uses lifecycle hooks to let us call certain pieces of code at different times during the component mounting process. Let's look at how it all works.

In Vue, we sometimes want to watch for changes of properties within properties. In this guide, let's look at how to watch for nested changes in Vue.

In this article, we will delve into the exciting world of full-stack development using Nuxt 3 and Nitro.

In this tutorial, I’ll walk you through the secure, scalable deployment of a SPA (built with frameworks such as React, Vue, or Angular).

Despite the fact that the Internet is 30 years old, a fair amount of the Internet is still unreachable or barely usable for visually impaired people.

How to write and share technical software development articles in 2021.

How to use the Vue magic to create awesome animations, from simple ones to more complex ones, combining Vue with animation libraries.

What we’re building

For a React/Vue application, a typical non-optimized image can balloon to hundreds of megabytes.

Dive into the creative process behind a unique album, blending music & tech for a captivating listening experience

What we’re building

How I built Rsbuild plugins to turn SVGs into native Svelte and Vue components at build time, solving framework gaps, SSR issues, and performance trade-offs.

Scoped CSS promised to revolutionize styling in React, Vue, and so forth. Discover its potential, grasp its limitations, and learn how to wield its power.

In true TDD, tests must fail, tests must pass, and the code must be refactored.

In this talk Eduardo goes through some of the internals of Pinia, understanding them and discovering how to enhance our usage of Pinia.

How to build accessible reusable widgets and reusable components with the help of ARIA (Accessible Rich Internet Application)

How to purpose changes; How to adapt ourselves in a tech stack.

Disclosure: This post focuses on Jscrambler, a JavaScript protection product to which the author is affiliated (as CTO).

Discover why software architecture matters, key concepts like cohesion and coupling, and how to build scalable, maintainable projects in React, Vue, Svelte.

Did you know roughly half of the users that visit your website leave if it takes more than 3 seconds to load? Optimizing your website or webapp for stellar performance is always a crucial goal for any software-based business.

It is becoming a common pattern to see websites and web apps written as a front end single page application (SPA) connected to a backend API. For this reason, the Visual Studio provides a several project templates for getting up and going with a Web API + SPA project.

How the nullish coalescing assignment operator simplifies managing default values, Rspack’s blazing-fast updates, and more.

Kitbag Router is a new type safe Vue.js router. It's built from scratch with Typescript and Vue3.

5/18/2025: Top 5 stories on the HackerNoon homepage!

Problems I have encountered when trying to use vue-i18n library for internationalization of my app, and how fluent-vue solves them.

Introduction

5/10/2025: Top 5 stories on the HackerNoon homepage!