Getting started with Vue “helloworld” project.

  1. First installation of Node JS
    Install node js which is required for rendering javascript.
    Install from this url: https://nodejs.org/en/download/
  2. Some full Instructions:
    https://medium.com/js-dojo/getting-started-with-vuejs-for-web-and-native-285dc64f0f0d
  3. Vue installation: https://cli.vuejs.org/guide/installation.html

Vue Installation:

  1. npm install -g @vue/cli
  2. or if any issues in installing try this:
  1. vue –version]
npm list vue

% vue create hellworld

After getting this message, just go to the folder helloworld and run “npm run serve”

Then if successful, you will see the above message showing “App running at:… “.

Go to the link!

It should show like below.

The folder should look like below:

Leave a Reply

Your email address will not be published. Required fields are marked *

error: