«Create a static site in 15 minutes or less using Vue/Nuxt and Netlify»
https://codeburst.io/create-a-static-site-in-15-minutes-or-less-using-vue-js-e4e2a9945ee6
#article
https://codeburst.io/create-a-static-site-in-15-minutes-or-less-using-vue-js-e4e2a9945ee6
#article
Medium
Create a static site in 15 minutes or less using Vue/Nuxt and Netlify
This is a quick tutorial to get a generated static website up and running using Vue.js, Nuxt.js & Netlify.
"Taking a Symfony & Vue project to the Nuxt level"
https://blog.theodo.com/2019/10/symfony-and-vue-to-nuxt-migration/
#article
https://blog.theodo.com/2019/10/symfony-and-vue-to-nuxt-migration/
#article
Theodo
Taking a Symfony & Vue project to the Nuxt level | Theodo
Here is a migration guide about how to move from a large legacy project using Twig and Vue to a Nuxt application.
Поиск контента с помощью тегов:
#deploy - гайды по деплою нукста
#article - общий хештег для всех текстовых статей
#tutorial - различные материалы по типу «как сделать X / делаем X с помощью Y» и прочие обучающие материалы
#tips - мелкие полезности
#video - видеоматериалы
#conf - видеозаписи конференций
#meetup - записи митапов
#deploy - гайды по деплою нукста
#article - общий хештег для всех текстовых статей
#tutorial - различные материалы по типу «как сделать X / делаем X с помощью Y» и прочие обучающие материалы
#tips - мелкие полезности
#video - видеоматериалы
#conf - видеозаписи конференций
#meetup - записи митапов
👍1
Nuxt.js | Vue SSR News pinned «Поиск контента с помощью тегов: #deploy - гайды по деплою нукста #article - общий хештег для всех текстовых статей #tutorial - различные материалы по типу «как сделать X / делаем X с помощью Y» и прочие обучающие материалы #tips - мелкие полезности #video…»
"Article about creating a global snackbar with Nuxt, Vuetify and Vuex."
https://dev.to/stephannv/how-to-create-a-global-snackbar-using-nuxt-vuetify-and-vuex-1bda
#article
https://dev.to/stephannv/how-to-create-a-global-snackbar-using-nuxt-vuetify-and-vuex-1bda
#article
DEV Community
How to create a global snackbar using Nuxt, Vuetify and Vuex.
TL;DR Code here Intro Snackbars, also known as alerts or toasts, are present i...
«Как настроить установку переменных окружения Nuxt.js в рантайме, или Как сделать всё не как все и не пожалеть»
https://habr.com/ru/company/umbrellaitcom/blog/429756/
#article
https://habr.com/ru/company/umbrellaitcom/blog/429756/
#article
Хабр
Как настроить установку переменных окружения Nuxt.js в рантайме, или Как сделать всё не как все и не пожалеть
(Иллюстрация) Senior web developer’ы Антон и Алексей продолжают рассказ о непростой борьбе с Nuxt. В предыдущем раунде битвы с этим фреймворком они показали, к...
"Туториал по модулю аутентификации nuxt-auth"
https://www.youtube.com/watch?time_continue=2&v=zzUpO8tXoaw
#tutorial
https://www.youtube.com/watch?time_continue=2&v=zzUpO8tXoaw
#tutorial
YouTube
Nuxt Auth - Authentication and Authorization in NuxtJS
This VueJS Tutorial shows how to add Authentication and Authorization to your NuxtJS app, and make it work with SSR (server-side rendering). Once you understand the concepts and flow, it becomes surprisingly easy.
For this introduction to the Nuxt Auth…
For this introduction to the Nuxt Auth…
"Nuxt.js вместо Vue, когда и зачем стоит использовать"
https://www.bornfight.com/blog/nuxt-js-over-vue-js-when-should-you-use-it-and-why/
#article
https://www.bornfight.com/blog/nuxt-js-over-vue-js-when-should-you-use-it-and-why/
#article
Bornfight
Nuxt.js over Vue.js: when should you use it and why
Nuxt.js is a frontend framework built upon Vue.js that offers great development features such as server-side rendering, automatically generated routes, improved meta tags managing and SEO improvement.
"Деплой статического проекта Nuxt.js на Cloudflare Workers"
https://scotch.io/tutorials/deploying-a-static-nuxtjs-site-to-cloudflare-workers
#deploy
https://scotch.io/tutorials/deploying-a-static-nuxtjs-site-to-cloudflare-workers
#deploy
Scotch
Deploying a static NuxtJS site to Cloudflare Workers
How to deploy static websites generated by NuxtJS to Cloudflare Workers using Wrangler CLI
"Делаем блог используя Nuxt, Strapi и Apollo"
http://strapi.io/blog/build-a-blog-using-nuxt-strapi-and-apollo
#article
http://strapi.io/blog/build-a-blog-using-nuxt-strapi-and-apollo
#article
"Nuxt Automated Testing: The Tricky Parts"
https://medium.com/@richard.e.schloss/nuxt-automated-testing-the-tricky-parts-773f04481dd0
#article
https://medium.com/@richard.e.schloss/nuxt-automated-testing-the-tricky-parts-773f04481dd0
#article
Medium
Nuxt Automated Testing: The Tricky Parts
TL; DR — If you clicked on this article, most likely you have become a bit overwhelmed trying to automate tests for certain parts of your…
https://dev.to/husteadrobert/how-to-use-global-navigation-guards-with-nuxt-middleware-and-why-you-absolutely-should-not-7bl
#article
#article
DEV Community
How to use Global Navigation Guards with Nuxt Middleware, and why you absolutely should NOT
Yes, you can use Global Navigation Guards with Nuxt Middleware. No, you should not be doing that. A beginner in Vue/Nuxt explains the problem he faced, and how he solved it.
"Как загружать сторонние скрипты в Nuxt.js"
https://vueschool.io/articles/vuejs-tutorials/how-to-load-third-party-scripts-in-nuxt-js/
#article
https://vueschool.io/articles/vuejs-tutorials/how-to-load-third-party-scripts-in-nuxt-js/
#article
vueschool.io
How to Load Third-Party Scripts in Nuxt - Vue School Articles
Learn how to load third-party scripts in Nuxt.js efficiently. Explore the best practices for integrating external scripts into Nuxt projects.