An open API service indexing awesome lists of open source software.

https://github.com/aaronksaunders/nsvueapolloapp

integrate apollo into nativescript vue app with original template
https://github.com/aaronksaunders/nsvueapolloapp

apollo apollo-client graphql nativescript vue

Last synced: about 2 months ago
JSON representation

integrate apollo into nativescript vue app with original template

Awesome Lists containing this project

README

        

# NSVueApolloApp
integrate apollo into nativescript vue app with original template

```
npm install
```
then run app...
```
tns run android or tns run ios
```
### integration currently needed a hack to work

I need to manually inject the apolloProvider into the component
```
HomePage.apolloProvider = apolloProvider
```