зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			34 строки
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 строки
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 2025
 | |
| 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
 | 
