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
3 minutes and your project VueJs created, how to create project VueJs? 😎
-
andre
-
22 de junho de 2023
-
VueJs, Web Development
-
0 Comments
Reading: 3 minutes. Introdução: Hey everyone, today I’m going to show you in SIMPLE steps how to create a project in Vue.js and use this amazing framework to display the famous hello world in your browser. As a suggestion for the next step, I’ll leave a post on how to create a dynamic and very easy form for your projects …
Continue Reading
Learn 5 minutes why get started on VueJs right now 🫣
-
andre
-
3 de junho de 2023
-
VueJs, Web Development
-
0 Comments
Reading: 5 minutes. Hey guys, today I’m going to show you in 5 minutes why VueJS is so amazing and how you could save time and add value with this framework. With over 150k stars on Github, VueJS is among the most popular JavaScript frameworks for building interfaces in the world. It’s speculated that among Developers, the approval rating for …
Continue Reading