Using Vue Router in the best way possible 🚀🚀
-
andre
-
9 de janeiro de 2024
-
HTTP, VueJs, Web Development
-
0 Comments
Reading: 5 minutes. If you are tired of surfing the vast ocean of the rumorless web and want to give an exciting turn to developing your Vue.js applications, then you have come to the right place! Today, let’s explore the wonders of VueRouter together and discover how we can make the best use of it. https://andrecode.com.br/wp-content/uploads/2024/01/93ae3bfc-19c7-4d99-84cb-9c8492f40b28.mp4 What it is the …
Continue Reading
Use AXIOS in an approval and production environment at the same time 🎯
-
andre
-
4 de janeiro de 2024
-
HTTP, VueJs, Web Development
-
0 Comments
Reading: 4 minutes. Who said developing can’t be fun? If you’ve ever been torn between approval and production environments, with different URLs for your AXIOS requests, this blog post is for you! Let’s explore how to create a smart configuration file for AXIOS that automatically adapts to the environment in which you are working. Get ready for a more efficient …
Continue Reading
Have you created your component today? 🧩🧩
-
andre
-
28 de dezembro de 2023
-
VueJs, Web Development
-
0 Comments
Reading: 5 minutes. Welcome to the wonderful world of component-based frameworks! If you’re tired of giant, difficult-to-manage codes, then you’re in the right place. Today, let’s explore the advantages of using frameworks that rely on the concept of componentization, which is like putting together a digital puzzle to create incredible applications. https://andrecode.com.br/wp-content/uploads/2023/12/ed677da4-aa89-430d-a812-e641b2105ed5.mp4 What is componentization? Before we dive into the …
Continue Reading
Can I use Big SASS in my applications? Must 🤭
-
andre
-
25 de dezembro de 2023
-
VueJs, VueX, Web Development
-
0 Comments
Reading: 4 minutes. Ah, the world of web development, always full of news and technologies to surprise us. Among the tools that have gained prominence, SASS shines like a star in the CSS firmament. But should you use this super SASS in your applications? Let’s explore together! https://andrecode.com.br/wp-content/uploads/2023/12/73b1d6b5-6df5-4889-82f9-795124315bbc.mp4 What is SASS? Before we begin, it is important to understand what …
Continue Reading
VueJS and VueX: Love at First Sight 🫶🫶
-
andre
-
20 de dezembro de 2023
-
VueJs, VueX, Web Development
-
0 Comments
Reading: 3 minutes. Ah, the world of programming, where languages meet, codes intertwine, and specifically, a love story emerges. We’re planning to delve into the enchanting tale of VueJS and VueX, a couple destined for a harmonious partnership full of incredible functionality. https://andrecode.com.br/wp-content/uploads/2023/12/668efdc0-f91c-45ac-855d-48fde18a76cb.mp4 What is VueX and what is it for? Imagine VueJS as the cupid that unites HTML and …
Continue Reading
How to use AXIOS in your VueJS project 🪓🪓
-
andre
-
18 de dezembro de 2023
-
HTTP, VueJs, Web Development
-
0 Comments
Reading: 7 minutes. If you’re in the world of VueJS development, you’ve probably heard of AXIOS. No, we’re not talking about an ancient Greek god, but an incredible library that makes developers’ lives easier when dealing with HTTP requests. If you’re curious about how to incorporate this powerful tool into your VueJS project, read on! https://andrecode.com.br/wp-content/uploads/2023/12/WhatsApp-Video-2023-12-18-at-16.12.28.mp4 What is AXIOS? Before …
Continue Reading
Only Vite Can Do This for You! 😌😌
-
andre
-
16 de dezembro de 2023
-
VueJs, Web Development
-
0 Comments
Reading: 3 minutes. Have you ever found yourself thinking, “How great would it be if I could speed up the development of my project without losing my sanity?” If so, you are about to discover the answer to all your prayers: Vite! This is the anonymous hero that will save your programming days and make your life much easier. Guide …
Continue Reading
If you read this, start with VueJS today! 🫣🫣
-
andre
-
14 de dezembro de 2023
-
VueJs, Web Development
-
0 Comments
Reading: 2 minutes. Hello, programming explorers! If you’re tired of the same old routine and want to shake up your web development, get ready to embark on an exciting journey with VueJS. In this post, we’ll explore what makes this framework so special and why you should start using it today. So, fasten your seatbelt and let’s take off! https://andrecode.com.br/wp-content/uploads/2023/12/8c247f8f-8786-4943-aa7a-de0718743d5d.mp4 …
Continue Reading
Unveiling the Vue.js 3 Setup: More Magical Than a Magician’s Trick
-
andre
-
15 de outubro de 2023
-
VueJs, Web Development
-
0 Comments
Reading: 2 minutes. Introduction: Hey developers! Today, let’s talk about a magical trick that will make your Vue.js 3 components shine like stars on the web stage. I’m talking about the “setup” method in Vue.js 3, the magic wand that turns your components into interactive masterpieces. Get ready for a journey full of JavaScript magic! https://andrecode.com.br/wp-content/uploads/2023/10/wheelie-rollin.mp4 What’s this “setup” thing? …
Continue Reading
How to install NodeJs? 🤓
-
andre
-
6 de outubro de 2023
-
VueJs, Web Development
-
0 Comments
After the installation is complete, it’s crucial to verify that Node.js and npm (Node Package Manager) were installed successfully. Open your terminal or command prompt and type the following commands: node -v This command should display the installed Node.js version. Next, check the npm version: npm -v This command should show the installed npm version. If both commands return …
Continue Reading