FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How to Load Third-Party Scripts in Nuxt.js - Alexander Lichter

If you use Nuxt.js you might have stumbled upon this problem – how to add links to third-party scripts that you can’t install with NPM. For example some analytics solutions. Or what if you need to add those to certain routes only? Alex provides all the answers in this article. - http://amp.gs/isWz

#vue #nuxt
Understanding how fetch works in Nuxt 2.12

Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications. - http://amp.gs/3hEd

#vue #nuxt
Introduction - Nuxt Content

Empower your NuxtJS application with @nuxt/content module: write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS. - http://amp.gs/Hf6O

#vue #nuxt
Nuxt and Next Steps with Debbie O'Brien

On today’s episode we have special guest, Debbie O’Brien, Head of Learning and Developer Advocate at Nuxt.js. Debbie tells us all about Nuxt. She even has an exciting announcement about a new release coming soon with Markdown in Nuxt that has the panel super excited! - http://amp.gs/Hyln

#vue #nuxt #podcast
Introduction - Nuxt Content

Empower your NuxtJS application with nuxt/content module: write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS. - http://amp.gs/2jI8

#nuxt
How to build a Jamstack multi-language blog with Nuxt.js – Andrea Stagi

As Jamstack is getting increasingly popular, there are some areas where we’re still learning new things. One of them is adding internalization support. Learn how to do it using Nuxt and Strapi CMS. - http://amp.gs/2qk9

#vue #nuxt
Nuxt Composition API

Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module. - http://amp.gs/LSRO

#nuxt
Nuxt SSR Optimizing Tips

Learn about the difference between server-side and client-side rendered optimization, and how to optimize your Nuxt SSR applications for optimal performance. - http://amp.gs/LwZV

#nuxt
Nuxt Composition API - Filip Rakowski

Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module. - http://amp.gs/WZF2

#vue #nuxt
Nuxt SSR Optimizing Tips - Filip Rakowski

Learn about the difference between server-side and client-side rendered optimization, and how to optimize your Nuxt SSR applications for optimal performance. - http://amp.gs/WgbW

#vue #nuxt
Create Card Component Story Using Storybook with Nuxt

Learn to use Storybook and Nuxt to create a beautiful design system that invites front-end developers to try out your component library. - http://amp.gs/62m0

#vue #nuxt
SEO and Performance Optimisation with Nuxt Image

This article shows how to use Nuxt Image to optimize the app’s loading times and SEO performance. It showcases nuxt-img and nuxt-picture components and showcases how different configurations drastically improve and optimize large images. - http://amp.gs/jIb8z

#vue #nuxt #seo
Mobile Detection With Nuxt SSR

Learn a couple of ways to detect a user’s device with Nuxt SSR so you can streamline your server response and tailor the best experience for your users. - http://amp.gs/jjz9z

#vue #nuxt
Building Your Own Blog with Nuxt Content and Tailwind

Ever thought about building your own blog? Learn how to easily do that with Nuxt and TailwindCSS. - http://amp.gs/j1pFr

#vue #nuxt
Create Nuxt.js Universal Apps using GraphQL on Postgres

Server-side render (SSR) websites using Nuxt.js and GraphQL APIs over PostgreSQL using Hasura GraphQL Engine. Instant setup with tutorial/boilerplate. - http://amp.gs/jnkYW

#nuxt
Adding security to Nuxt 3

Nuxt is an Intuitive Web Framework that allows you to build your next Vue.js application with confidence. This article explores the Nuxt-security module and how it can help in improving security in our Nuxt 3 application. - https://dev.to/snyk/adding-security-to-nuxt-3-4a35

#vue #nuxt
Unlock the full potential of Vue 3 with TypeScript.

Dive into the world of TypeScript. In this Vue.js Amsterdam 2023 presentation video, find out why we should use TypeScript and how to get started with it in our Vue.js applications. A must-watch resource is you are looking to learn the advantages of using TypeScript and various ways to incorporate it into Vue.js. - https://www.youtube.com/watch?v=VBQ3_IXy3JA&list=PL02pdjMT4gWzQ8QZo9ddWuU4nz6s63o1u&index=25

#vue
Caching Data With Nuxt (client-side)

This tutorial demonstrates how to cache data on the client-side within a Nuxt application using the getCacheData method. This allows you to easily cache your data and avoid unnecessary calls to an API for your users. The video includes a step-by-step guide on how to implement caching, including setting an expiration time for your cached data. - https://www.youtube.com/watch?v=taYtXvZJvLk

#vue