FAQ: Introduction to Vue - Adding Vue

This community-built FAQ covers the “Adding Vue” exercise from the lesson “Introduction to Vue”.

Paths and Courses
This exercise can be found in the following Codecademy content:

Learn Vue.js

FAQs on the exercise Adding Vue

There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply (reply) below.

If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head here.

Looking for motivation to keep learning? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

1 Like


I`m trying adding vue.js but getting error… help pls.

1 Like

Confirmed, this looks like a bug. I copied the answer, reset the workspace and put the “correct” answer back in, it’s letter for letter the same thing. This has to be a bug. Not liking how this is starting out…

Reported as such. Just use “Show me the solution” and move on I guess

If there was a bug there isn’t one now.

Is <.script src=“https://cdn.jsdelivr.net/npm/vue/dist/vue.js” defer><./script> always the link we will use to incorporate Vue into our web development, or is there a different link we will use at times?

When it comes to importing the regular JS library in HTML, I’ve always been taught to add the <script> tags at the end (before the closing body tag, but after the rest of the HTML). But here, you import the Vue.js library in the <head> tag.

So I had a few questions about this:

  • What’s the difference between the two?
  • Why isn’t more consistent?
  • Did I learn it the incorrect way? Should we import the JS library in the <head> tag as well?
  • Or are they just not connected in that way?

Thank you to anyone and everyone who answers, I really appreciate it :grinning: