Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 620 Bytes

ihris-core-apps

Descriptions

This repository contains all iHRIS apps that are shipped with iHRIS. It also contains a startup template that can help you to quickly create an iHRIS App using VUEJS. An iHRIS App can be cloned as below

git clone --single-branch --branch <app-name> https://github.com/iHRIS/ihris-core-apps.git <app-name>

Replace app-name with the name of the app you are cloning. ie ihris-translator app can be cloned as below

git clone --single-branch --branch ihris-translator https://github.com/iHRIS/ihris-core-apps.git ihris-translator

Do the same for cloning the startup template