Developer Guide

Following guide is made for development or customization purpose, if any developer wants to customize the vue pages of the project according to their needs.

๐Ÿ“Overview

We have used the vue.js for few of our pages. In case if you want to customize it in your own way, below are the steps mention.

Step First: run command 'npm install' to get the node modules in your project.
Step Second: run command 'npm run watch' to see the changes you make live while working.
Step Third: run command 'npm run prod' to publish the code.

Last updated