Skip to content

Instantly share code, notes, and snippets.

@franzwilding
Created July 24, 2018 14:24
Show Gist options
  • Save franzwilding/d9542abd30a5f0c448ad30ca5ee089bd to your computer and use it in GitHub Desktop.
Save franzwilding/d9542abd30a5f0c448ad30ca5ee089bd to your computer and use it in GitHub Desktop.
## Install vue cli on your machine
yarn global add @vue/cli
## Create a new vue project
vue create unite-blog
cd unite-blog
## Install vue-router
yarn add @vue-router
## Install the apollo GraphQL client and the apollo-vue bridge
yarn add vue-apollo graphql apollo-client apollo-link apollo-link-http apollo-link-context apollo-cache-inmemory graphql-tag
## Install moment.js and vue moment-vue bridge
yarn add vue-moment
## Start the development server
yarn serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment