Building Vue 3 Reactivity from Scratch
https://lachlan-miller.me/articles/vue-3-reactivity-from-scratch
@vue_it
~~~~~~~~~~
https://lachlan-miller.me/articles/vue-3-reactivity-from-scratch
@vue_it
~~~~~~~~~~
lachlan-miller.me
Vue 3 Reactivity from Scratch
Build a Vue 3 inspired rectivity system.
Server-side rendering and the journey to the center of Nuxt.js
https://medium.com/dailyjs/server-side-rendering-and-the-journey-to-the-center-of-nuxt-js-55046929200b
@vue_it
~~~~~~~~~~
https://medium.com/dailyjs/server-side-rendering-and-the-journey-to-the-center-of-nuxt-js-55046929200b
@vue_it
~~~~~~~~~~
Medium
Server-side rendering and the journey to the center of Nuxt.js
Nuxt.js is what comes to mind when we think about server-side rendering (SSR) in Vue. Besides that, it is also a…
How to auto deploy a Vue application using GitLab CI/CD on Ubuntu 18.04
https://blog.logrocket.com/how-to-auto-deploy-a-vue-application-using-gitlab-ci-cd-on-ubuntu/
@vue_it
~~~~~~~~~~
https://blog.logrocket.com/how-to-auto-deploy-a-vue-application-using-gitlab-ci-cd-on-ubuntu/
@vue_it
~~~~~~~~~~
LogRocket Blog
How to auto deploy a Vue application using GitLab CI/CD on Ubuntu 18.04 - LogRocket Blog
Create a Vue project, write Docker and GitLab CI configurations, configure a server with Docker, GitLab Runner, and configure a pipeline on GitLab.
Django + VUE + Docker
● Django + Docker на русском - часть 1 - Смотреть
● Vue.js + Docker на русском - часть 2 - Смотреть
● Django + Docker разделение настроек - часть 3 - Смотреть
● Django + Docker deploy - часть 4 - Смотреть
● Vue + Docker deploy - часть 5 - Смотреть
● Vue + Docker deploy - часть 5/1 - Смотреть
@vue_it
~~~~~~~~~~
● Django + Docker на русском - часть 1 - Смотреть
● Vue.js + Docker на русском - часть 2 - Смотреть
● Django + Docker разделение настроек - часть 3 - Смотреть
● Django + Docker deploy - часть 4 - Смотреть
● Vue + Docker deploy - часть 5 - Смотреть
● Vue + Docker deploy - часть 5/1 - Смотреть
@vue_it
~~~~~~~~~~
YouTube
Django + Docker на русском - часть 1 | Михаил Омельченко
Что такое docker и с чем его едят. Настроим Dockerfile. Познакомимся с docker-compose, docker контейнерами и docker image. Как создать docker образ и docker контейнер.
Docker install - https://docs.docker.com/engine/install/
Что такое Docker - https://et…
Docker install - https://docs.docker.com/engine/install/
Что такое Docker - https://et…
Асинхронная загрузка компонентов в Vue 3
https://javascript.plainenglish.io/asynchronous-component-loading-in-vue-3-f8cd0860da23
@vue_it
~~~~~~~~~~
https://javascript.plainenglish.io/asynchronous-component-loading-in-vue-3-f8cd0860da23
@vue_it
~~~~~~~~~~
Medium
Asynchronous Component Loading in Vue 3
Asynchronous loading in Vue 3 using defineAsyncComponent
Топ-10 библиотек UI-компонентов для Vue
https://techrocks.ru/2021/03/18/top-10-vue-ui-component-libraries/
@vue_it
~~~~~~~~~~
https://techrocks.ru/2021/03/18/top-10-vue-ui-component-libraries/
@vue_it
~~~~~~~~~~
techrocks.ru
Топ-10 библиотек UI-компонентов для Vue | techrocks.ru
В этой статье мы рассмотрим 10 библиотек. По каждой дадим короткий обзор, расскажем, каковы ее преимущества, а также приведем GitHub-статистику.
Vue | 5 принципов написания чистого и понятного кода
https://betterprogramming.pub/5-principles-for-writing-clean-and-maintainable-vue-js-code-35dfcf5ef08c
@vue_it
~~~~~~~~~~
https://betterprogramming.pub/5-principles-for-writing-clean-and-maintainable-vue-js-code-35dfcf5ef08c
@vue_it
~~~~~~~~~~
Medium
5 Principles for Writing Clean and Maintainable Vue.js Code
Write code that others will understand and love
Создание приложения для потокового видео с Nuxt.js, Node и Express
https://www.smashingmagazine.com/2021/04/building-video-streaming-app-nuxtjs-node-express/
@vue_it
~~~~~~~~~~
https://www.smashingmagazine.com/2021/04/building-video-streaming-app-nuxtjs-node-express/
@vue_it
~~~~~~~~~~
Smashing Magazine
Building A Video Streaming App With Nuxt.js, Node And Express — Smashing Magazine
Instead of sending the entire video at once, a video is sent as a set of smaller chunks that make up the full video. This explains why videos buffer when watching a video on slow broadband because it only plays the chunks it has received and tries to load…
How to Communicate between Components in Vue.js
https://javascript.plainenglish.io/communication-between-components-in-vue-js-d79124917cd0
@vue_it
~~~~~~~~~~
https://javascript.plainenglish.io/communication-between-components-in-vue-js-d79124917cd0
@vue_it
~~~~~~~~~~
Medium
How to Communicate between Components in Vue.js
Sometimes, we need a way to send the data from one component to another without using the Vuex store.
A Font-Like SVG Icon System for Vue
https://css-tricks.com/a-font-like-svg-icon-system-for-vue/
@vue_it
~~~~~~~~~~
https://css-tricks.com/a-font-like-svg-icon-system-for-vue/
@vue_it
~~~~~~~~~~
CSS-Tricks
A Font-Like SVG Icon System for Vue | CSS-Tricks
Managing a custom collection of icons in a Vue app can be challenging at times. An icon font is easy to use, but for customization, you have to rely on
React Developer’s Guide To Vue 3.0
https://blog.softwaremill.com/react-developers-guide-to-vue-3-0-1a52504dc7f
@vue_it
~~~~~~~~~~
https://blog.softwaremill.com/react-developers-guide-to-vue-3-0-1a52504dc7f
@vue_it
~~~~~~~~~~
Medium
React Developer’s Guide To Vue 3.0
During Frontend Talks at SoftwareMill, we discuss trends, tools, and frameworks in the UI development world. Recently, we had Vue in scope.
Create a Debounced Ref in Vue 3 using Composition API
https://javascript.plainenglish.io/how-to-create-a-debounced-ref-in-vue-3-using-composition-api-c464cc39c82a
@vue_it
~~~~~~~~~~
https://javascript.plainenglish.io/how-to-create-a-debounced-ref-in-vue-3-using-composition-api-c464cc39c82a
@vue_it
~~~~~~~~~~
Medium
Create a Debounced Ref in Vue 3 using Composition API
How to Create a Debounced ref in Vue 3 using Composition API
Три распространенные ошибки, которые делают React-разработчики во Vue
https://medium.com/js-dojo/three-common-mistakes-a-react-developer-makes-in-vue-39901ddfc2ea
@vue_it
~~~~~~~~~~
https://medium.com/js-dojo/three-common-mistakes-a-react-developer-makes-in-vue-39901ddfc2ea
@vue_it
~~~~~~~~~~
Medium
Three common mistakes a React developer makes in Vue
Front-end developers, who know more than one JS framework have an advantage these days. Sometimes, the developer fluency on one…
Vue 3 Composition API: ref() vs. reactive()
https://markus.oberlehner.net/blog/vue-3-composition-api-ref-vs-reactive
@vue_it
~~~~~~~~~~
https://markus.oberlehner.net/blog/vue-3-composition-api-ref-vs-reactive
@vue_it
~~~~~~~~~~
Markus Oberlehner
Vue 3 Composition API: ref() vs. reactive()
Learn when to use ref() and when to use reactive() and why you should consider always using ref() instead of reactive().