https://github.com/nfriend/learning-vue-apollo
A test project to help me learn the ins and outs of Vue Apollo
https://github.com/nfriend/learning-vue-apollo
apollo apollo-client gitlab gitlab-pages graphql tailwind vue vue-apollo
Last synced: 2 months ago
JSON representation
A test project to help me learn the ins and outs of Vue Apollo
- Host: GitHub
- URL: https://github.com/nfriend/learning-vue-apollo
- Owner: nfriend
- License: mit
- Created: 2020-10-13T03:33:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T02:35:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T09:41:38.866Z (over 1 year ago)
- Topics: apollo, apollo-client, gitlab, gitlab-pages, graphql, tailwind, vue, vue-apollo
- Language: Vue
- Homepage: https://nfriend.gitlab.io/learning-vue-apollo/
- Size: 325 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning-vue-apollo
A test project to help me learn the ins and outs of [Vue
Apollo](https://apollo.vuejs.org/).
## Live demo
https://nfriend.gitlab.io/learning-vue-apollo/
## Project setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Deployment
`git push` on `master` 🙂