The starter project for Nuxt.js version 2.0.0 with feathers
# setup credentials
$ cp .env.example .env
# install dependencies
$ yarn install or npm install
# serve with hot reload at localhost:3000
$ yarn run dev or npm run dev
# build for production and launch server
$ yarn run build or npm run build
$ yarn start or npm start
# generate static project
$ yarn run generate or npm run generate
For detailed explanation on how things work, checkout Nuxt.js docs.