Create-nuxt-app: Nuxt-Edge as selection

Created on 10 Sep 2018  路  3Comments  路  Source: nuxt/create-nuxt-app

What problem does this feature solve?

I'd love to see an option to create the Nuxt app with nuxt-edge instead of nuxt :speak_no_evil:

This feature request is available on Nuxt community (#c62)
feature-request hacktoberfest

Most helpful comment

That is a good idea yes, but I believe that should be an option given to create-nuxt-app directly to avoid adding one more question that most user would rarely answer "yes".

Something like create-nuxt-app --edge <my-project>.

If someone wants to make this PR, that would be awesome, really :100:

All 3 comments

That is a good idea yes, but I believe that should be an option given to create-nuxt-app directly to avoid adding one more question that most user would rarely answer "yes".

Something like create-nuxt-app --edge <my-project>.

If someone wants to make this PR, that would be awesome, really :100:

I'm working on it for Hacktoberfest 馃巸

@Atinux which dependency declaration is preferable in package.json file?

"nuxt-edge": "latest"
or
"nuxt": "npm:nuxt-edge"

other point, we can't run create-nuxt-app --edge <my-project>, because it means edge = <my-project> and targetPath = .

I recommand create-nuxt-app <my-project> --edge

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JasonKroll picture JasonKroll  路  7Comments

jericopulvera picture jericopulvera  路  4Comments

senky picture senky  路  4Comments

stevenho0811 picture stevenho0811  路  10Comments

itgelo picture itgelo  路  3Comments