Skip to content

mitchdotphp/reactive-stack-js-rest-frontend-vue

Repository files navigation

reactive-stack-js

ReactiveStack frontend with vue

See reactive-stack-js for more info.

env file

Make sure to add .env file with following content populated:

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

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.