Nuxt.js & Graphql-codegen & Apollo Example
blog address: https://liaoliaojun.com
# install dependencies
$ yarn
# set hosts
127.0.0.1 dev.liaoliaojun.com
# serve with hot reload at https://dev.liaoliaojun.com:3001
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# regenerate typeschema graphql-codegen
$ yarn typeschema