Skip to content

Lahori-Jawan/Nuxt-Apollo

Repository files navigation

Demo

My exquisite Nuxt.js project

Build Setup

# build image
$ docker build -t dev_prod .

# run container based off dev_prod image
$ docker run -it -p 4000:4000 --env-file ./.env --rm --name dp dev_prod

# store followings in .env file in project root
PROD_URL=localhost
PORT=4000
HTTP_ENDPOINT=my/graphql
# default setup is for development. for production uncomment following line
# NODE_ENV=production

About

Demo project to integrate graphqQL with Nuxt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published