Create-nuxt-app: Custom server frame option missing

Created on 2 Sep 2020  路  2Comments  路  Source: nuxt/create-nuxt-app

When a run npx create-nuxt-app, it skipped the custom server framework option to UI framework. It was not mention on nuxt release note as well.
nuxt-custom-framework

Most helpful comment

It was mentioned in the release note for v3.0.0, particularly PR #501.

From my understanding, they just wanted to move it to separate server templates instead of including it out of the box in this create-nuxt-app. You can read about the serverMiddleware which is the recommended approach going forward if I'm not mistaken.

You can read more about the reasoning and links to the server templates like Express, Koa, Adonis etc over at this comment in #563. Feel free to forward your questions over there since it should be the open issue for this type of question.

All 2 comments

It was mentioned in the release note for v3.0.0, particularly PR #501.

From my understanding, they just wanted to move it to separate server templates instead of including it out of the box in this create-nuxt-app. You can read about the serverMiddleware which is the recommended approach going forward if I'm not mistaken.

You can read more about the reasoning and links to the server templates like Express, Koa, Adonis etc over at this comment in #563. Feel free to forward your questions over there since it should be the open issue for this type of question.

I need select koa2 options!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

artmarydotir picture artmarydotir  路  4Comments

lloydjatkinson picture lloydjatkinson  路  3Comments

OndrejCibulka picture OndrejCibulka  路  6Comments

manniL picture manniL  路  3Comments

lihbr picture lihbr  路  3Comments