ef4 / embroider-resolver-demo

Quick demo of how the Embroider resolver API works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embroider-resolver-example

This app demonstrates how you can use the Resolver from @embroider/core to ask build-time resolution questions about an Ember app.

The app here is just the stock blueprint plus Embroider installed by the basic instructions in the Embroider readme.

Installation

  • git clone <repository-url> this repository
  • cd embroider-resolver-example
  • pnpm install

Running

  • First you need to get the embroider stage 2 build output:

    STAGE2_ONLY=true ember build
    
  • Then you can run the resolver demo:

    npx ts-node resolver-demo.ts
    

About

Quick demo of how the Embroider resolver API works


Languages

Language:JavaScript 62.7%Language:HTML 19.7%Language:TypeScript 14.2%Language:Handlebars 2.2%Language:CSS 1.2%