notes/pl/web/js/libfws/ui/vue/docs/presentations.txt
ihar_hancharenka 23de7eba68 m
2025-09-02 16:27:22 +03:00

38 строки
1.3 KiB
Plaintext

https://www.youtube.com/@LearnVue/videos
2025
siberiacancode - React Dies, Vue Wins of 7:03
https://www.youtube.com/watch?v=I5b0st0htMY
Otus - Nurullin - VueJS Quick Start of 1:45:56
https://www.youtube.com/watch?v=p5FrI1dcVlI
! 29:00 starting page - index.html
! <div id="app"></div>
! <script type="module" src="/src/main.js"></script>
! main.js
! import { createApp } from 'vue'
! import App from './App.vue'
!
! createApp(App).mount('#app')
!
Otus - Kadochnikov - First step into Vue of 1:30:29
https://www.youtube.com/watch?v=8gTIzl7TVg8
! 39:00 npm create ...vue...@latest # to create a new vue project, select vite
! 41:00 - vscode exts: vue 3 snippets, vscode snippets
! 42:00 - templates: vbase-3-set
! 43:00 - 3 main parts of vue file: <template>..., <script>..., <style>...
!
2022
Dudar - VueJS for an Hour 0:00 of 55:43
https://www.youtube.com/watch?v=TiBCLraUFvA
2021
Minin - Vue 3 for Beginners Course ru
https://www.youtube.com/watch?v=p059z-0JTFg
2019
CodingTech - Vue & Vuex: Structure Your App With Centralized State Management
https://www.youtube.com/watch?v=vu9C3YpN5OI
TraversyMedia - VueJS crash course
https://www.youtube.com/watch?v=Wy9q22isx3U
2018
Patel - Vue.js: Power and Flexiblity
https://www.youtube.com/watch?v=3aEm4Id5mTo