📜  EmberJS-配置Ember.js

📅  最后修改于: 2020-10-25 11:03:14             🧑  作者: Mango


可以将Ember.js配置为管理应用程序的环境。配置Ember.js包括以下主题-

S.No. Configuring Ways & Description
1 Configuring App and Ember CLI

You can configure the Ember App and CLI for managing the application’s environment.

2 Disabling Prototype Extensions and Specifying URL Type

The prototype extensions can be disabled by setting the EXTEND_PROTOTYPES flag to false and specifying the URL type by using the Ember router options.

3 Embedding Applications and Feature Flags

You can Embed an application into an existing page by changing the root element and feature flags can be enabled based on the project’s configuration.