VUEJS

  • Day 2: Diving Deeper into Vue.js

    Day 2: Diving Deeper into Vue.js

    Components and Props: Components are one of the most powerful features of Vue. They help you extend basic HTML elements to encapsulate reusable code. 1. Create a new component: src/components/UserCard.vue: When prompted, select Vue 3. Navigate into your project: 2. Install Vue Router: 3. Set up Vue Router: src/router/index.js: 4. Create views: src/views/Home.vue: src/views/Profile.vue: 5.…

  • Learn VUEJS

    Learn VUEJS

    Hi Guys! I found this excellent tutorial on VUEJS, please take a look in this site you can find, different tutorials View Tutorial (sorce: https://scotch.io/)