VueWeekly.dev - Issue #12 - Vue 3 Tutorial - Full Course 10 Hours 10 apps + Powering Vite with esbuild 🌟
Vue 3 Tutorial - Full Course 10 Hours 10 apps
Vue js tutorial full course for beginners to advanced. Building 10 projects in 10 hours Using Vue 3 composition API -
setup
,teleport
,reactivity
, andref
.Vue 3 Tutorial will start from very basics and teach you how to use TensorFlow and firebase with your vuejs in this full course of 10 hours by building 10 different apps
🌟 Technologies Covered 🌟
- 🔸 Tensorflow JS
- 🔸 Netlify
- 🔸 Vue 3
- 🔸 Vuex v4
- 🔸 Vue Router v4
- 🔸 Firebase Authentication
- 🔸 Firebase Real-Time Database
- 🔸 CrudCrud & reqres API
esbuild
Ever wonder what's powering Vite underneath the hood? That's right, esbuild
has a pretty big role.
An extremely fast JavaScript bundler and minifier. It packages up JavaScript and TypeScript code for distribution on the web.
Dynamic component styles in Vue (Composition API and TypeScript) using Tailwind CSS and Lookup tables
How To Develop and Build Vue.js App with Java Backend
There are so many ways we can build Vue apps and ship for production. One way is to build Vue with NodeJS or Java and another way is to build the Vue and serve that static content with the NGINX web server. With Java we have to deal with the server code as well, for example, you need to load the index.html page with java. In this post, we will see the details and implementation with Java. We will go through step by step with an example.
Vue 3 Adapter for Inertia.js
https://twitter.com/reinink/status/1313555342593273858
Should You Use Composition API as a Replacement for Vuex?
The Composition API has freed reactive data from Vue components and instances, allowing it to be passed around like any JavaScript object. This has an obvious application - global reactive state. If this can be achieved, what do you need Vuex for?
Our API Documentation Journey with Nuxt.js, Netlify, and Github
To allow a collaborative approach on the documentation we now use Nuxt.js, Netlify and Github to manage the developer-centric documentation and deployment for the API specific docs of the Storyblok website.
Your First Ionic Vue App
Highlights include:
- A Vue-based codebase that runs on the web, iOS, and Android using Ionic Framework UI components.
- Deployed as a native iOS and Android mobile app using Capacitor, Ionic's official native app runtime.
- Photo Gallery functionality powered by the Capacitor Camera, Filesystem, and Storage APIs.