Mohit Ransubhemohitransubhe-supernatural.hashnode.dev·Jul 16, 2023A Comprehensive Guide to Setting up Mixpanel in Vue 3 with Quasar 2Introduction: Welcome to our comprehensive guide on setting up Mixpanel analytics in Vue 3 with Quasar 2! In today's digital landscape, understanding user behaviour and making data-driven decisions are crucial for the success of any application. That...Discuss·37 readsVue.js
Mark Watitwamarkwatitwa.hashnode.dev·May 30, 2023Implementing Firebase in Quasar: A Step-by-Step GuideFirebase is a powerful platform that offers a range of backend services to support the development of web and mobile applications. In this tutorial, we will explore how to integrate Firebase into a Quasar project, leveraging the Firebase boot file pr...Discuss·168 readsFirebase
Pratik Patelpratik227.hashnode.dev·Mar 27, 2023Quasar Minimalist DesignIn the world of web design and development, a minimalist approach has gained a lot of popularity in recent years. Minimalist design focuses on creating an aesthetic that is clean, uncluttered, and simple. This design philosophy is all about making th...Discuss·160 readsQuasar Framework
Pratik Patelpratik227.hashnode.dev·Feb 3, 2023Adding Vue Inspector in Quasar Frameworkvite-plugin-vue-inspector is a package that provides the ability to jump to the local IDE when you click the element of the browser automatically. It supports Vue2 & 3 & SSR. This Article is for Vue 3 and Quasar Framework 2. Installation npm install ...Discuss·196 readsVue.js
Were Samson Brunosamsonroyal.hashnode.dev·Feb 1, 2023Build an e-commerce app with the Quasar framework and deploy it on Vercel.Introduction Quasar Framework is a popular open-source framework for building high-performance, cross-platform apps with Vue.js. In this article, I'll be sharing how to build a simple e-commerce web app with the Quasar framework. Before coming across...Discuss·246 reads2Articles1Week
Mayank Patelmayank091193.hashnode.dev·Jan 31, 2023Deploy web application built using Quasar framework and Python Flask framework on AWS EC2 instance, using PM2(Process Manager) & Nginx web serverWhat is Quasar Framework? Quasar framework is a Vue.js-based framework for building websites with a single codebase and you can deploy it on the web as SPA, PWA, SSR, and to Android, iOS, and Desktop apps too. What is Python flask framework? Flask fr...Discuss·1 like·228 readsQuasar Framework
Pratik Patelpratik227.hashnode.dev·Jan 27, 2023Creating Sign In page using QuasarWhat's to create a beautiful Sign In page using the quasar framework? Don't worry I got your back. <q-layout view="lHh Lpr lFf"> <q-page-container> <q-page class="flex flex-center bg-grey-2"> <q-card class="q-pa-md shadow-2 my_card"...Discuss·1.4K readsVue.js
Mohamed Dhiabspreadknowledge.hashnode.dev·Oct 9, 2022Where does the Vue.js QUASAR framework’s name come from?Vue.js is a JavaScript framework for building user interfaces (UIs) and single-page applications (SPAs). Vue.js is an open-source framework designed by Evan You and released in 2014. It utilizes a model-view-viewmodel (MVVM) architectural pattern. Qu...Discuss·5 likes·60 readsJavaScript
TomTom Developerstomtomdevs.hashnode.dev·May 30, 2022Adding Advanced TomTom Mapping Features to a Modern Vue + Quasar AppGeolocation-based applications help users find locations, keep track of places, and visualize these locations on a map. TomTom Maps API and SDK have made it easier for developers to build these web applications with various mapping services accessibl...Discuss·3 likes·150 readsVue.js
Michael Hoffmannblog.mokkapps.de·Feb 14, 2022Building a Vue 3 Desktop App With Pinia, Electron and QuasarRecently, I planned to rewrite my “Scrum Daily Standup Picker” Electron application in Vue 3. I wrote the initial release in Angular, but I wanted to refactor the code base and rewrite it in Vue 3. Why? Because I love Vue and want to have a public sh...Discuss·217 readsVue.js