Problem to install VUE.js in Visual Studio Code

Forums How to solve Problem to install VUE.js in Visual Studio Code

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1177
    sheribjonferri
    Participant

    Problem solved when I installed Node.js setup and checked the checkbox that says : Automatillaclly install the necessary tools.


    At first I had problem with version of Node.js , but after I installed the right version.
    Used commands to run the project :
    1) npm install vue
    2) npm install -g @vue/cli
    3) npm install –save-dev webpack
    4) npm install
    5) npm run dev

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.