«Setup and continuously deploy your documentation on Github in under five minutes (Nuxt Content + Github Pages/Actions)»
https://kevcodez.medium.com/setup-and-continuously-deploy-your-documentation-on-github-in-under-five-minutes-nuxt-content-cbaceb350c4c
https://kevcodez.medium.com/setup-and-continuously-deploy-your-documentation-on-github-in-under-five-minutes-nuxt-content-cbaceb350c4c
Medium
Setup and continuously deploy your documentation on Github in under five minutes (Nuxt Content +…
Using Nuxt Content, Github Pages and Github Actions to quickly setup an awesome documentation
«Session Authentication with Django, Django REST Framework and Nuxt»
https://briancaffey.github.io/2021/01/01/session-authentication-with-django-django-rest-framework-and-nuxt/
https://briancaffey.github.io/2021/01/01/session-authentication-with-django-django-rest-framework-and-nuxt/
briancaffey.github.io
Session Authentication with Django, Django REST Framework and Nuxt
This article shows how to use session authentication with Django + Nuxt.js applications
«Firebase + Nuxt, Role Based Authentication & Authorization»
https://medium.com/javascript-in-plain-english/firebase-nuxt-role-based-authentication-authorization-a2eea9a1a586
https://medium.com/javascript-in-plain-english/firebase-nuxt-role-based-authentication-authorization-a2eea9a1a586
Medium
Firebase + Nuxt, Role Based Authentication & Authorization
In this article, you’re going to learn how to set user roles using Auth Custom Claims and store user data to the Cloud Firestore when a…
господа(и дамы), нужен человек который будет наполнять канал новостями. в целом это довольно просто, надо ходить в дискорд сервер накста в канал articles, смотреть что там нового и постить к нам. далее еще есть твиттер, иногда там есть новости интересные + что увидите по тематике nuxt/ssr, частенько бывают статьи на dev.to. раз в месяц выходит дайджест от команды накста, там обычно собраны все статьи и материалы за месяц которые появились.
если у кого то есть желание поддержать таким образом сообщество, пишите мне в личку @theartkod
UPD: места кончились
если у кого то есть желание поддержать таким образом сообщество, пишите мне в личку @theartkod
UPD: места кончились
Весьма увлекательный, бесплатный видеокурс по основам разработки на Nuxt.js от Дэбби О'Брайен, MVP Microsoft, Google и Media Developer Expert.
https://explorers.netlify.com/learn/get-started-with-nuxt
#article #video
https://explorers.netlify.com/learn/get-started-with-nuxt
#article #video
Netlify
Get Started with Nuxt - Jamstack Explorers
Learn about Get Started with Nuxt. Learn the essentials for how to build and deploy a Nuxt site!
Создание глобального динамического Nuxt.js плагина на примере snackbar'а.
#article #tutorial
https://dev.to/amrelmohamady/how-to-create-a-custom-global-nuxt-plugin-toast-1976
#article #tutorial
https://dev.to/amrelmohamady/how-to-create-a-custom-global-nuxt-plugin-toast-1976
DEV Community
How to create a custom global Nuxt plugin (toast)?
In this article, we'll be building a dynamic global nuxt plugin that is going to be a Toast (snackbar...
Слайды c презентаций Vuejs Amsterdam по наксту:
State of Nuxt {2,3}, Nuxt 3 in Action, Nitro, Nuxt Perfomances
State of Nuxt {2,3}, Nuxt 3 in Action, Nitro, Nuxt Perfomances
#article #tutorial
https://strapi.io/blog/how-to-build-an-e-commerce-store-with-nuxt-js-and-strapi?utm_content=153228721&utm_medium=social&utm_source=twitter&hss_channel=tw-3832252517
https://strapi.io/blog/how-to-build-an-e-commerce-store-with-nuxt-js-and-strapi?utm_content=153228721&utm_medium=social&utm_source=twitter&hss_channel=tw-3832252517
strapi.io
How to build an E-commerce Website with Nuxt.js and Strapi
Here's how to build an Ecommerce store with Nuxt.js and Strapi. An easy step by step tutorial that includes an email and payment integration.
Nuxt Tailwind Module V4 is out
👌 Tailwind V2 with PostCSS 8
⚡️ Supports Tailwind Just-In-Time (7x faster)
🪄 Includes PostCSS Nested
🎨 Discover your Tailwind Colors
⚙️ Reference your Tailwind config in your app
#article #module
https://tailwindcss.nuxtjs.org/releases/#v4.0.0
👌 Tailwind V2 with PostCSS 8
⚡️ Supports Tailwind Just-In-Time (7x faster)
🪄 Includes PostCSS Nested
🎨 Discover your Tailwind Colors
⚙️ Reference your Tailwind config in your app
#article #module
https://tailwindcss.nuxtjs.org/releases/#v4.0.0
Nuxt
Changelog | Nuxt Tailwind
Discover the latest updates.
✨ How to easily sync with multiple v-models in Vue 3 using Composition API
#article #tutorial
https://theroadtoenterprise.com/blog/how-to-easily-sync-with-multiple-v-models-in-vue-3-using-composition-api
#article #tutorial
https://theroadtoenterprise.com/blog/how-to-easily-sync-with-multiple-v-models-in-vue-3-using-composition-api
The Road To Enterprise Blog
How to easily sync with multiple v-models in Vue 3 using Composition API
Vue 3 has brought many new features, and the ability to use more than one v-model directive on the same element is one of them. I want to share with you a quick tip on how to handle updating the state of a parent component when using multiple v-models.