Created
July 24, 2018 14:24
-
-
Save franzwilding/d9542abd30a5f0c448ad30ca5ee089bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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