Getting Started - TheLurkingDev/nuxt-app GitHub Wiki
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
-
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