Table of Contents |
---|
...
You will want to install both NodeJS and the yarn package manager before building the front end. You can install node by going to the node web page, https://nodejs.org/, and downloading the appropriate installer for your operating system. On Mac OS X, you can install the Homebrew package manager and install NodeJS and yarn via that. On Linux, NodeJS is usually available via your operating system package manager.
...
Code Block |
---|
mvn frontend:webpackyarn@yarn-build -pl kfs-web web |
If you install NodeJS, yarn and Webpack outside of Financials, you can run a Webpack in a mode called “watch”. This will look for changes to the script files and create the bundle if the files change. This feature is not available when running maven. Once node and yard yarn is installed, you can use yarn to install webpack. To do this, follow these steps:
...