Skip to content

Module Unification: Blueprints #7530

@GavinJoyce

Description

@GavinJoyce

🔼 Part of [QUEST] Module Unification: Final Cut


This issue is part of the Module Unification Quest and will serve as a list of remaining tasks to land blueprint support for module unification apps.

Interested in helping?

Great! Comment on the issue to take on one of these blueprints. They are mostly pretty straightforward, see the service blueprint for example. Anything without a 🔒 is up for grabs.

If you have any questions, you can ask them in the #st-module-unification channel on the Ember community slack or you can ask me directly @gavinjoyce.

Creating a new module unification app

Install Ember CLI master:

npm install -g https://github.com/ember-cli/ember-cli.git

Generate a new app with the module unification env variables:

MODULE_UNIFICATION=true EMBER_CLI_MODULE_UNIFICATION=true ember new my-mu-app

Generate a component:

EMBER_CLI_MODULE_UNIFICATION=true ember g component x-button

Run the app:

EMBER_CLI_MODULE_UNIFICATION=true ember serve

ember-cli/ember-cli (blueprints):

emberjs/ember.js (blueprints):

running emberjs blueprint tests

yarn run test:blueprints

emberjs/data (blueprints):

other items

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions