Vuejs - The Progressive JavaScript Framework. An approachable, performant, and versatile framework for building web user interfaces. Https://vuejs.org/. - Source: dev.to / 1 day ago
Note that this test is an approximate and might not work, the important thing here is that you get the point. Here I'm using Vue as a Front End library https://vuejs.org/ and jest as a tool for testing https://jestjs.io/. - Source: dev.to / 4 days ago
Try out https://vuejs.org/ It’s simpler to learn. - Source: Hacker News / 5 days ago
If you want to, you could build the front-end separately, using something like React or Vue, but that would require a good knowledge of JavaScript. - Source: Reddit / 15 days ago
I took Maximilan's course a few years ago and it was good, but I think he is just rehashing the Vue's doc, most of his early sections are identical to the Vue doc. Maybe he updated his course with more personal thoughts and approach. You can check the official Vue by yourself or trying Vue mastery or Vue school they are both good. - Source: Reddit / 16 days ago
As a Frontend Engineer, I have found certain platforms and tutors who are known for publishing quality content. They include Frontend Masters, Framework documentation sites (e.g Vue and React), Vue School, Vue Mastery, Scrimba, and courses by Michael Thiessen, Maximilian Schwarzmuller and The Net Ninja. - Source: dev.to / 23 days ago
Looking for advice anyone might have. In my day-to-day, I work with the VueJS framework. For those who aren't familiar, a VueJS single-file-component looks, for all intents and purposes, like an HTML file. You can view an example of what a Vue SFC file looks like here.. A. - Source: Reddit / 25 days ago
In this series I'll show you how to kickstart your analytics configurations with Google Tag Manager when you create a Single Page Application using Vue.js. The goal is to track what's happening in your application to improve it over time, using the datalayer and Google Analytics. - Source: dev.to / 27 days ago
In 2023 there are a wealth of developer options for front-end: React, Vue, Svelte, Solid and many more. - Source: dev.to / about 1 month ago
The client will use Vue 3 and the Quasar framework. The Quasar framework provides components and layout tools to help build Vue applications quickly with a consistent, high-quality user interface. - Source: dev.to / about 2 months ago
If your app requires high performance, consider using a framework that is specifically designed for performance, such as Svelte, Vue, or React. If you insist on using Angular, you can still optimize your application by following the tips below... - Source: dev.to / about 2 months ago
One of the first problems I ran into, is that manually manipulating the DOM is error-prone and just not fun to do. So I started looking into tools that can do the job for you. Vue.js, React, Angular, and Svelte are the most popular of such frameworks. I settled on Vue because of personal preferences. Now when my values change, the UI updates automatically. - Source: Reddit / about 2 months ago
In my intern years, I worked at a company that specialised in creating short-term campaigns for businesses. One of those campaigns, was a voice assistant powered physical installation for a car show. The installation was a walk-in-booth with mirrors for walls and a screen in the middle of the room with a Chromium kiosk and our web app. The web app was built with: Vue as the UI framework, Dialogflow for handling... - Source: dev.to / about 2 months ago
Vue is one of the most popular frontend libraries for creating Single Page Applications. It has something called single file components, which bring together styles, javascript and templates. Let’s take a look at one:. - Source: dev.to / 2 months ago
Vue is a competitor/peer to React, and some find it a little easier to learn at first. It's really solid, too, but doesn't have the backing of Facebook/Meta to push it forward. You would rarely, if ever, use them on the same project. - Source: Reddit / 2 months ago
Their documentation/tutorial on their website does a good job of showing you the gist of it. - Source: Reddit / 2 months ago
Howdy, stranger🤠. How you doin'? I'm in the process of learning Vue.js and as an easy project to get started with the main concepts I'll be building a Wordle helper. So... Since you are here, you might as well stick around and take this as an introductory article to Vue or as a project idea if you will 😁. - Source: dev.to / 2 months ago
NiceGUI runs on top of FastAPI which allows you to add authentication, routing, OpenAPI specs, and other backend functionality to your projects. The frontend is implemented using Vue, Quasar, and Tailwind, but you don’t need to be familiar with these technologies to create beautiful user interfaces. NiceGUI prioritizes simplicity and user-friendliness, while still offering the option for advanced customization... - Source: Reddit / 2 months ago
I had chosen Astro for the target tech stack, as I heard a lot of good things about their approach to static site generation, using interactivity islands, and emphasizing performance by default. Of course, Vue support was crucial as well to make migration more gradual and less painful, as Gridsome is exclusively Vue-based. - Source: dev.to / 2 months ago
Where I work and in several other projects I use PostgreSQL, I'm used to the behavior and the interface, so when creating this project I configured it to be the database. And since I'm working on an API project I set the flag for Rails to not create front-end files (I'll create a separate project to consume the API later, probably in VueJS). - Source: dev.to / 3 months ago
Let's see how we can create a skeleton loader component that includes an animated "shimmer" effect, using Tailwind and Vue.js. It will serve as the building block for creating skeleton content placeholders for all kinds of sections. - Source: dev.to / 3 months ago
Do you know an article comparing Vue.js to other products?
Suggest a link to a post with product alternatives.