
The Loop Tech - Vuejs (Leamsigc)
Explore every episode of The Loop Tech - Vuejs
Pub. Date | Title | Duration | |
---|---|---|---|
11 Jun 2024 | Nuxt build vs Nuxt Generate -What is the difference? | 00:01:57 | |
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] ? | |||
23 May 2024 | Resource of the week | 00:02:14 | |
The Resource of the week is: They provide tips related to
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. | |||
28 Jun 2024 | How to share tailwind configuration between nuxt layers | 00:04:32 | |
While working in the nuxt-layer-monorepo I encounter an issue with the tailwind styles:
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 | |||
21 May 2024 | The Loop Vuejs - How to load env variables for a Nuxt project in a monorepo | 00:01:45 | |
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 | |||
11 Jul 2024 | How to connect keycloak and Nuxt | 00:07:00 | |
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.
| |||
25 Jul 2024 | Top 10 Nuxt YouTube Creator to follow | 00:13:20 | |
| |||
19 Jul 2024 | Top 10 must use Nuxt modules | 00:10:49 | |
After a while working with Nuxt, here are the top 10 Modules that I use in every single one of my projects.
| |||
21 Jun 2024 | How to delete cache from keycloak theme | 00:03:46 | |
### 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 | |||
16 Aug 2024 | Vuejs & Nuxt challenges | 00:04:19 | |
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, You can find challenges for all skill levels, from Beginner, intermediate & even expert level challenges. |