DEV Community

Hands-on Vue.js for Beginners (Part 3)

Marina Mosti on February 09, 2019

Welcome back! Last time we went over listening to our very first user events and methods to react to these events. Today you will learn about direc...
Collapse
 
tnorbs profile image
Thais Norberlandi

Hi Marina, thanks for the great content, I'm learning a lot from this series!

I got confused a bit when you mentioned the file index.js, since we were using index.html so far. If I change the file to index.js, it doesn't work. I installed Vue's extension in Chrome and it doesn't detects any Vue on my index.html.

Am I missing something? Thanks!

Collapse
 
marinamosti profile image
Marina Mosti

Hi. You're right, it should be index.html - good catch :)

Collapse
 
tnorbs profile image
Thais Norberlandi

Awesome! Not sure why the extension isn't detecting Vue on my page then, but I will google it! Thanks.

Collapse
 
rodz profile image
Rodrigo Gomez • Edited

Very nice. Vue is very impressive. I really like the manual build approach. I literally only have 1 file, atm, with 1 include. The vue.js file is about 15,000 lines of code. When a build tool is used, it brings in lots of dependencies! I'm sure these are beneficial but not in all cases.

Collapse
 
ipas profile image
iPAS

Love this Vue tutorial series. Still following to the last one.

Collapse
 
marinamosti profile image
Marina Mosti

Thanks iPAS! Hope you enjoy the rest of it :)

Collapse
 
frfancha profile image
Fred

Was checking every hour since yesterday to see is the third part was available ;-)
One more week to wait now.

Collapse
 
marinamosti profile image
Marina Mosti

Hey Fred! :) Thanks for your awesome comment

Collapse
 
pravinkumar95 profile image
Pravin kumar

Cool!