https://github.com/reactive-stack-js/reactive-stack-js-graphql-frontend-vue
reactive-stack-js graphql frontend with vue
https://github.com/reactive-stack-js/reactive-stack-js-graphql-frontend-vue
frontend graphql javascript observable observer-pattern reactive-stack reactive-stack-js reactivex rxjs vue vuejs
Last synced: 10 months ago
JSON representation
reactive-stack-js graphql frontend with vue
- Host: GitHub
- URL: https://github.com/reactive-stack-js/reactive-stack-js-graphql-frontend-vue
- Owner: reactive-stack-js
- License: unlicense
- Created: 2020-10-04T10:44:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T11:16:06.000Z (over 4 years ago)
- Last Synced: 2025-01-11T10:16:02.520Z (11 months ago)
- Topics: frontend, graphql, javascript, observable, observer-pattern, reactive-stack, reactive-stack-js, reactivex, rxjs, vue, vuejs
- Language: JavaScript
- Homepage: https://reactive-stack-js.github.io/reactive-stack-js-graphql-frontend-vue/
- Size: 792 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## ReactiveStack frontend with vue
See [reactive-stack-js](https://github.com/reactive-stack-js) for more info.
### env file
Make sure to add ```.env``` file with following content populated:
```properties
PORT = 3008
VUE_APP_API_PATH = '//localhost:3007'
VUE_APP_WS_URI = 'ws://localhost:3007/ws'
VUE_APP_GRAPHQL_PATH = '//localhost:3007/graphql'
VUE_APP_FB_APP_ID = '...'
VUE_APP_GG_APP_ID = '...'
```
## Project setup
```shellsession
yarn install
```
### Compiles and hot-reloads for development
```shellsession
yarn serve
```
### Compiles and minifies for production
```shellsession
yarn build
```
### Lints and fixes files
```shellsession
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).