Getting Started - TheLurkingDev/nuxt-app GitHub Wiki

Installs

Ensure nuxt and create-nuxt-app are installed.

  • npm list -g --depth 0

If not installed:

  • npm install nuxt -g
  • npm install create-nuxt-app -g

Creating a Nuxt App

  • create-nuxt-app <app_name>

When answering the questions, you must specify Universal as the rendering mode to have SSR (Server Side Rendering).

To view the app:

  • npm run dev
⚠️ **GitHub.com Fallback** ⚠️