A quick sample site so that you can see how the new target:static would be set up
Click the "Deploy to Netlify" button, and you can configure it to fit your needs.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.