The Angular Shop Prototype is available on Github!
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:
- Live Demo:
https://ce.scipioerp.com/angular-shop - Scipio ERP Addon Installation Guide:
https://www.scipioerp.com/community/end-user/addons/ - Default load directory
webapp/shop/
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/)
- Install node.js and npm: https://nodejs.org/en/download/
- Install angular-cli (once)
$ npm install -g @angular/cli
- Run angular cli:
$ng build --watch