Getting started with Vue

Install pre-requisites: Check if node.js installed. If not installed: https://nodejs.org/en/ 2. % node –version 3. % npm init vue@latest 4. % npm install 5. % npm run dev Some extra: Visual Studio Code Vola Extension