Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.69 KB

File metadata and controls

59 lines (46 loc) · 1.69 KB

LPSC      IN2P3      UGA      CERN      CERN

AMIHTTPClientJS

Compiling AMIHTTPClientJS

  • Requirements:

Make sure that NodeJS and WebpackCLI are installed:

node --version
webpack --version
  • Compiling:
npm install
webpack --mode production

Developers