Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.88 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.88 KB
**************************************************************************

   _____    _____   _   _____    _    ____      _____   _____    _____
  / ____|  / ____| | | |  __ \  | |  / __ \    |  ___| |  __ \  |  __ \
 | (___   | |      | | | |__) | | | | |  | |   | |___  | |__) | | |__) |
  \___ \  | |      | | |  ___/  | | | |  | |   |  ___| |  _  /  |  ___/
  ____) | | |____  | | | |      | | | |__| |   | |___  | | \ \  | |
 |_____/   \_____| |_| |_|      |_|  \____/    |_____| |_|  \_\ |_|

					https://www.scipioerp.com
					
					ANGULAR SHOP PROTOTYPE

**************************************************************************

Angular Shop (Prototype)

General

This is a variant of the original shop component, containing a complete angular product store.

This store is a SHOW CASE only and does not match the functionality of the original shop component.

Please be aware that the component may not receive updates and due to the differences between the logic involved in the actual shop and this component, it may never be feature-complete nor bug-free.

To get started, the following information may be of interest to you:

Compile with (in webapp/shop/):

$ng build --watch

Installation

Addon installation

Scipio ERP provides a simple bash script to manage all addons. Detailed installation instructions are available on the Scipio ERP website. For help, simply type on the console:

./git-addons help

Angular Setup

(in webapp/shop/)

$ npm install -g @angular/cli
  • Run angular cli:
$ng build --watch