Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/03/02/03/0302036b-56b1-984e-8024-8b82b1a400e4/mza_5455039724038601429.jpg/600x600bb.jpg
The Loop Tech - Vuejs
Leamsigc
10 episodes
1 week ago
Hey there! Welcome to The Looop Tech - Vue.js. I’m your host IGC , your friendly neighborhood Vue.js enthusiast! Join me each week as I chat about the latest Vue.js news, share fun tips, and dive into all things Nuxt.js. It’s just me here, so if you’ve got feedback or better ideas, I’d love to hear from you. Let’s keep it playful and stay in the loop together!
Show more...
Tech News
News
RSS
All content for The Loop Tech - Vuejs is the property of Leamsigc and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Hey there! Welcome to The Looop Tech - Vue.js. I’m your host IGC , your friendly neighborhood Vue.js enthusiast! Join me each week as I chat about the latest Vue.js news, share fun tips, and dive into all things Nuxt.js. It’s just me here, so if you’ve got feedback or better ideas, I’d love to hear from you. Let’s keep it playful and stay in the loop together!
Show more...
Tech News
News
Episodes (10/10)
The Loop Tech - Vuejs
Ep 10. NuxtLabs joins Vercel

NuxtLabs, creators and stewards of Nitro and Nuxt, are joining Vercel.

Nuxt, the fullstack web framework, is trusted by hundreds of thousands of developers and used by some of the world’s largest companies, with more than 1 million downloads every week.

Nitro is the server runtime built for consistency across frameworks, platforms, and workloads. It powers APIs, AI agents, and more. In many ways, Nitro does for web frameworks what the Open Container Initiative did for containers: setting a clear, portable standard.

Show more...
3 months ago
5 minutes 13 seconds

The Loop Tech - Vuejs
Vuejs & Nuxt challenges

https://dev.to/leamsigc/vuejs-and-nuxt-challenges-where-to-practice-what-you-have-learned-4amb



Looking for a site where you can practice or put on practice your Vue.js skills,
well don’t look anymore, here is a hidden gem.

Vuejs-challenges

You can find challenges for all skill levels, from Beginner, intermediate & even expert level challenges.

Show more...
1 year ago
4 minutes 19 seconds

The Loop Tech - Vuejs
Top 10 Nuxt YouTube Creator to follow
  • Daniel Roe

    1. Nuxt core member
    2. Creator of a lot of the nuxt Modules.
  • vueschool

    1. The conference section is amazing
    2. You can get a lot overview on where the framework is going after listening to a couple talks
  • Alexander Lichter

    1. All themes related to Nuxt & Vuejs
    2. Host of the DejaVue Podcast
    3. Nuxt core member
  • John Komarnicki

    1. Small easy to digest videos related to nuxt and vuejs
    2. Excellent explanations about on how and why he is doing what he is doing in the video
  • Tim Benniks

    1. Love the touch of music on the videos of Tim
    2. One of the topics that I like personally is how he manage to 100% on google speed with nuxt.
  • Kaizen Codes

    1. Really nice examples of nuxt in real applications
    2. One of my favorite videos is Nuxt content blog & firebase
  • # Behon Baker

Show more...
1 year ago
13 minutes 20 seconds

The Loop Tech - Vuejs
Top 10 must use Nuxt modules

After a while working with Nuxt, here are the top 10 Modules that I use in every single one of my projects.

  • Nuxt Devtools
  • Nuxt Tailwind
    1. Using Tailwind CSS in your Nuxt project is only one command away.
Show more...
1 year ago
10 minutes 49 seconds

The Loop Tech - Vuejs
How to connect keycloak and Nuxt

While working in an internal project, I got the task of getting the connection between keycloak and our nuxt application.

After an hour of research, I found two feasible options to get this working fast and easy.


  1. manage the keycloak manually
  2. Using # Nuxt OpenID-Connect Module
Show more...
1 year ago
7 minutes

The Loop Tech - Vuejs
How to share tailwind configuration between nuxt layers

While working in the nuxt-layer-monorepo I encounter an issue with the tailwind styles:

  • UI Layer have a tailwind config file and override the default tailwind CSS configurations
  • Then using the UI Layer in the Content layer

Tailwind configurations got reset to the base for some reason, even that the layers' config should be use

So the solution that I found and is currently working is just to create a new tailwind.config.ts in the Content layer


Show more...
1 year ago
4 minutes 32 seconds

The Loop Tech - Vuejs
How to delete cache from keycloak theme

### Developing a new theme for keycloak sometimes is hard if you have to clear the cache on every single change.





When working or developing a new keycloak theme it is better to set the configuration for the keycloak cache to false, that way every rebuild of the keycloak your changes are reflected right a way



For older version of keycloak the solution was to update the `standalone.xml`

then updating the `theme` tag


Show more...
1 year ago
3 minutes 46 seconds

The Loop Tech - Vuejs
Nuxt build vs Nuxt Generate -What is the difference?

In the nuxt docs for Cloudflare deployment (https://nuxt.com/deploy/cloudflare), it mentions two options of nuxt build or nuxt generate. It says:

"To leverage server-side rendering on the edge, set the build command to: nuxt build vs To statically generate your website, set the build command to: nuxt generate"

What are the pros and cons to each approach here? Is it as simple as SSR vs SPA? Will it matter if for example I choose nuxt build for SSR but have areas in my app that are [ClientOnly] ?


Blog

Show more...
1 year ago
1 minute 57 seconds

The Loop Tech - Vuejs
Resource of the week

The Resource of the week is:

  • https://vuejstips.com

They provide tips related to

  1. Vuejs
  2. Nuxt
  3. Vite

You can see small examples of the tip on how to use them, base on the filter that you provided.

For me, one of the tips that I’m currently using is the Nuxt Content Module, Experimental feature related to search.

That will give you the possibility of search in any of your documents:

With some simple configuration and a composable, you can add search to your Nuxt Content site.

Show more...
1 year ago
2 minutes 14 seconds

The Loop Tech - Vuejs
The Loop Vuejs - How to load env variables for a Nuxt project in a monorepo

How to load env variables for a Nuxt project in a monorepo

When working on project that use a monorepo with Nuxt Layers, we will need to load environment variables that are located on the root of the project


You can find the blog post https://dev.to/leamsigc/how-to-load-env-for-nuxt-layers-38g1

Show more...
1 year ago
1 minute 45 seconds

The Loop Tech - Vuejs
Hey there! Welcome to The Looop Tech - Vue.js. I’m your host IGC , your friendly neighborhood Vue.js enthusiast! Join me each week as I chat about the latest Vue.js news, share fun tips, and dive into all things Nuxt.js. It’s just me here, so if you’ve got feedback or better ideas, I’d love to hear from you. Let’s keep it playful and stay in the loop together!