Getting Started

1. System Requirement

Based on vuejs requirement. Please install vue as follows:

Install Node.js & npm (Please select the operating system on which you are installing): https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

Install vuejs: https://vuejs.org/v2/guide/installation.html#NPM

install yarn

npm install --global yarn

Setup Editor

There are different editors you can use for running a vuejs app but the most commonly used is VS Code. https://code.visualstudio.com/Here is a link to setup the editors: https://code.visualstudio.com/. Please select the operating system on which you are installing VS Code.

2. Installation

After download and unzip the project, use the preferred IDE or text editor (VS Code) to open the project folder.

  • Open a terminal and navigate to your unzipped project or open your text editor's (VS Code) terminal and run yarn install to install the packages from package.json

  • After the installation of the packages, run another command yarn serve to start the application

  • Click on the first two links provided for local usage or the second one on other devices

  • When you are ready to push it o production, all you need to do is to run yarn run build or follow this link to learn more about hosting on different platforms

Last updated