Skip to content

Akryum/vue-amsterdam-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

vue-amsterdam-2018

Demo sources of my talk at Vue Amsterdam 2018

Slides of the talk: Vue, Apollo and GraphQL: the Ultimate Stack

Step 1

⭐ Create a new vue-cli 3 project and invoke the apollo plugin:

yarn global add @vue/cli
vue create my-app
cd my-app
yarn add -D vue-cli-plugin-apollo
vue invoke apollo
# ? Add a GraphQL API Server? Yes
yarn run graphql-api
# In another terminal:
yarn run serve

Step 2

📝 Edit the App.vue file to try the ApolloExample.vue component:

import HelloWorld from './components/HelloWorld.vue'

To:

import HelloWorld from './components/ApolloExample.vue'

Step 3

👾 You can play with the GraphQL API at http://localhost:4000/.

👌 Enjoy! 🐈 (Also, read the docs.)

About

🚀 Demo sources of my talk at Vue Amsterdam 2018

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published