-
Notifications
You must be signed in to change notification settings - Fork 0
Generator questions reference
| Option | Description |
|---|---|
| Client-side Only | Generates only the angular front-end code. |
| Server-side Only | Generates only the node.js back-end code. |
| Full Stack | Generates both the angular front-end and node.js back-end code. |
(Back-end option)
This is used as the name field in the package.json.
(Back-end option)
This is used as the description field in the package.json.
(Back-end option)
The server will be configured to run on this port.
(Back-end option)
If you answer yes to this question, the generator will add the session middleware to the node.js server.
(Front-end option)
The generator will suggest a list of angular modules to include in your project. If there are any you don't want to include, deselect them from the list.
-
angular-animate.js(enable animation features) -
angular-cookies.js(handle cookie management) -
angular-touch.js(for mobile development) -
angular-sanitize.js(to securely parse and manipulate HTML) -
angular-messages.js(enhanced support for displaying messages within templates) -
angular-aria.js(support for common ARIA attributes)
(Front-end option)
| Option | Description |
|---|---|
| SPA only | The template will be setup to only build an angular SPA app. |
| SPA and IBM MobileFirst Platform Foundation application | The template will be setup to build both an angular SPA and an IBM MobileFirst Platform (MFP) 7.1 app. |
| SPA and Cordova hybrid application | The template will be setup to build both an angular SPA and an Apache Cordova app. |
(Front-end option) This will be used as the Cordova / MFP project name.
(Front-end option) This will be used as the Cordova / MFP package name, and will be used for the iOS bundle ID and Android package name.
(Front-end option)
Should the iOS environment be created for Cordova / MFP?
(Front-end option)
Should the Android environment be created for Cordova / MFP?