For linux environment:
-
Before you begin installing make sure you run
sudo apt updateto get the latest version available.sudo apt update -
Install npm. For details/query click here.
sudo apt install npm
For windows environment:
Install node.js and npm from official website. For help refer this video.
Install Vue Cli
For more details click here.
npm install -g @vue/cli
Install js dependencies using npm.
npm install
Start local development server.
npm run serve
goto http://localhost:8080/ and login with credentials:
email: admin@gmail.com
password:123