#vue
Создание чата в реальном времени с Pusher и Vue.js
https://www.sitepoint.com/pusher-vue-real-time-chat-app/
Создание чата в реальном времени с Pusher и Vue.js
https://www.sitepoint.com/pusher-vue-real-time-chat-app/
#vue
Как легко загружать динамические изображения в Vue и Nuxt
https://blog.lichter.io/posts/how-to-load-dynamic-images-in-vue-and-nuxt-with-ea/
Как легко загружать динамические изображения в Vue и Nuxt
https://blog.lichter.io/posts/how-to-load-dynamic-images-in-vue-and-nuxt-with-ea/
www.lichter.io
Vue 3: How to load dynamic images
With the release of Vue 3, a lot of things became easier. Unfortunately, loading dynamic assets such as images is not one of them. In the following article, I want to demystify the process of dynamic asset loading in Vue 3 or Nuxt 3 and explain why static…
#vue
В чём разница между props и data в Vue. js
https://arutyunov.me/blog/vue/props-vs-data-in-vue-js/
#vue
Компонентное юнит-тестирование во Vue
https://vuejsdevelopers.com/2019/08/26/vue-what-to-unit-test-components/
Компонентное юнит-тестирование во Vue
https://vuejsdevelopers.com/2019/08/26/vue-what-to-unit-test-components/
#vue
Модульное тестирование во Vue: ваш первый тест
https://www.vuemastery.com/blog/Unit-Testing-in-Vue-Your-First-Test/
Модульное тестирование во Vue: ваш первый тест
https://www.vuemastery.com/blog/Unit-Testing-in-Vue-Your-First-Test/
#vue
10 лучших практик для создания и поддержки крупных проектов на Vue.js
https://www.telerik.com/blogs/10-good-practices-building-maintaining-large-vuejs-projects
10 лучших практик для создания и поддержки крупных проектов на Vue.js
https://www.telerik.com/blogs/10-good-practices-building-maintaining-large-vuejs-projects
Telerik Blogs
10 Good Practices for Building Large Vue.js Projects
Here are the top best practices I've developed while building and maintaining Vue projects with a large code base.
#vue
Создание небольших десктопных приложений с Tauri и Vue.js
https://www.smashingmagazine.com/2020/07/tiny-desktop-apps-tauri-vuejs/
Создание небольших десктопных приложений с Tauri и Vue.js
https://www.smashingmagazine.com/2020/07/tiny-desktop-apps-tauri-vuejs/
Smashing Magazine
Creating Tiny Desktop Apps With Tauri And Vue.js — Smashing Magazine
Tauri is a toolchain for creating small, fast, and secure desktop apps from your existing HTML, CSS, and JavaScript. In this article, Kelvin explains how Tauri plays well with the progressive framework Vue.js by integrating both technologies in bundling an…