项目作者: reactive-stack-js

项目描述 :
reactive-stack-js graphql frontend with vue
高级语言: JavaScript
项目地址: git://github.com/reactive-stack-js/reactive-stack-js-graphql-frontend-vue.git
创建时间: 2020-10-04T10:44:19Z
项目社区:https://github.com/reactive-stack-js/reactive-stack-js-graphql-frontend-vue

开源协议:The Unlicense

下载


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:

  1. PORT = 3008
  2. VUE_APP_API_PATH = '//localhost:3007'
  3. VUE_APP_WS_URI = 'ws://localhost:3007/ws'
  4. VUE_APP_GRAPHQL_PATH = '//localhost:3007/graphql'
  5. VUE_APP_FB_APP_ID = '...'
  6. VUE_APP_GG_APP_ID = '...'

Project setup

  1. yarn install

Compiles and hot-reloads for development

  1. yarn serve

Compiles and minifies for production

  1. yarn build

Lints and fixes files

  1. yarn lint

Customize configuration

See Configuration Reference.