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
Most helpful comment
That is a good idea yes, but I believe that should be an option given to
create-nuxt-appdirectly 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: