ember-cli-create
ember-cli-create copied to clipboard
CLI wizard to create a new ember project
Hi! I have the problem that when I use ember-cli-create with the Octane Blueprint and try to use a template helper, I always get `Compile Error: test is not a...
I tried to create a new project with the `Octane + TS` blueprint, but faced the following error: > Could not setup your project: Project creation failed during initiation. Nothing...
Ember octane blueprint comes without jquery, so ember-ajax is no longer needed. One option is to use ember-fetch instead. Currently to use ember-fetch with ember-data, you have to use the...
Hi! Tried `ember-cli-create` in the Git for Windows terminal (mingw), and though it's technically usable, the currently selected element is not highlighted properly when using arrows for navigation, which makes...
I would like to propose giving users the option to pick what data layer to use for storage. It seems like there are a few most-frequently-cited data storage options that...
Maybe this will provide better awareness to what add-ons are available? They'd need to be ranked somehow, showing deps, maybe filter out incompatible add-ons with the current config?
> The addon list is based on a rough selection I did. Though I expect this high subject of change. Open an issue to discuss how this can be populated...
I would like to propose a few additional addons to be made available: ember-service-worker and its associated optional plugins: - ember-service-worker-index (caches index.html) - ember-service-worker-asset-cache (caches static assets: js, css,...
Node 9?
I wanted to give this a go and couldn't on Node 9 because it is not listed as an engine: https://github.com/gossi/ember-cli-create/blob/master/package.json#L34 Here is the output: ``` yarn global v1.9.2 warning...