Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 hour ago
JSON representation

reactive-stack-js graphql frontend with vue

Awesome Lists containing this project

README

        

![reactive-stack-js](https://avatars0.githubusercontent.com/u/72337471?s=75)

## 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/).