This application uses webpack and npm. We have two types of builds
To get Started
-
Make sure you have node.js and npm installed in your dev environment
-
From the services folder of this app, type "npm install" This will install all required npm modules
-
To start a dev instance, type USERNAME=admin PASSWORD=Nutanix.123 PROXY='https://10.5.141.162:9440' npm run dev' This will start the UI. API requests will be proxied to 10.5.141.162 The UI then can be accessed at http://localhost:3000/
-
To do a production plugin build type "npm run build" This will create a production build intended to be plugged into a container such as Prism Central or Nutanix Central. All artifacts will be in the dist/ folder
Questions, issues or suggestions? Reach us at https://nutanix.slack.com/messages/xi-canaveral-question/.