Skip to content

Files

minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 16, 2018
Feb 16, 2018
Oct 28, 2019
Apr 12, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Feb 16, 2018
Mar 2, 2018
Feb 16, 2018
Feb 27, 2025
Feb 27, 2025

Boilerplate for a Minimal Fullstack GraphQL App with Vue


🚀 Bootstrap your fullstack GraphQL app within seconds
Basic starter kit for a fullstack GraphQL app with Vue and Node.js - based on best practices from the GraphQL community.

Features

Requirements

You need to have the GraphQL CLI installed to bootstrap your GraphQL server using graphql create:

npm install -g graphql-cli

Getting started

# 1. Bootstrap GraphQL server in directory `my-app`, based on `vue-fullstack-minimal` boilerplate
graphql create my-app --boilerplate vue-fullstack-minimal

# 2. When prompted, deploy the Prisma service to a _public cluster_

# 3. Navigate into the `server` directory of the new project
cd my-app/server

# 4. Start the server
yarn start # runs server on http://localhost:4000

# 5. Open a new tab in the terminal and navigate back into my-app;
# then run the app
cd ..
yarn start

Contributing

The GraphQL boilerplates are maintained by the GraphQL community, with official support from the Apollo & Graphcool teams.

Your feedback is very helpful, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the #graphql-boilerplate channel on our Slack.