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
- Host: GitHub
- URL: https://github.com/aaronksaunders/nsvueapolloapp
- Owner: aaronksaunders
- Created: 2018-02-28T14:35:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T14:39:49.000Z (about 7 years ago)
- Last Synced: 2025-01-21T20:11:27.310Z (3 months ago)
- Topics: apollo, apollo-client, graphql, nativescript, vue
- Language: JavaScript
- Size: 1.93 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 workI need to manually inject the apolloProvider into the component
```
HomePage.apolloProvider = apolloProvider
```