https://github.com/reactive-stack-js/reactive-stack-js-rest-frontend-vue
reactive-stack-js rest frontend with vue
https://github.com/reactive-stack-js/reactive-stack-js-rest-frontend-vue
frontend javascript observable observer-pattern reactive-stack reactive-stack-js reactivex rest rxjs vue vuejs
Last synced: 4 months ago
JSON representation
reactive-stack-js rest frontend with vue
- Host: GitHub
- URL: https://github.com/reactive-stack-js/reactive-stack-js-rest-frontend-vue
- Owner: reactive-stack-js
- License: unlicense
- Created: 2020-10-04T10:35:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T11:16:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T10:16:02.465Z (5 months ago)
- Topics: frontend, javascript, observable, observer-pattern, reactive-stack, reactive-stack-js, reactivex, rest, rxjs, vue, vuejs
- Language: JavaScript
- Homepage: https://reactive-stack-js.github.io/reactive-stack-js-rest-frontend-vue/
- Size: 343 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 = 3006
VUE_APP_API_PATH = '//localhost:3003'
VUE_APP_WS_URI = 'ws://localhost:3003/ws'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/).