$ git clone this project
$ cd nuxt-test
# install dependencies
$ npm install # Or yarn install
# serve with hot reloading at localhost:3000
$ npm run dev
Go to http://localhost:3000
# build for production and launch the server
$ npm run build
$ npm start
# generate a static project
$ npm run generate