super-minimal-nuxt
This is an example a of the bare minimum that is required to get a Nuxt app up and running.
Build Setup
# install dependencies
$ npm i
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
For a more detailed explanation of how things work, checkout the official Nuxt.js docs.