Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 941 Bytes

File metadata and controls

15 lines (14 loc) · 941 Bytes

webapp-config-example-app

A WebApp illustrating configuration possibilities

Setup

  • git clone https://github.com/sitevision/webapp-config-example-app.git
  • cd webapp-config-example-app
  • npm install
  • npm run setup

Building

  • npm run zip compress /src into /dist
  • npm run deploy compress /src into /dist and upload to the addon configured in the setup task
  • npm run force-deploy compress /src into /dist and upload to the addon configured in the setup task. This will overwrite the current WebApp if it has the same version and id defined in manifest.json
  • npm run sign compress /src into /dist and invoke the signing endpoint of the SiteVision developer REST API. A signed version of the WebApp will be created in the /dist folder
  • npm run prod-deploy deploy the signed WebApp to a production environment

Visit developer.sitevision.se for more information