Skip to content

[WIP] Feathers vuex - #228

Closed
roschaefer wants to merge 15 commits into
developfrom
feathers-vuex
Closed

[WIP] Feathers vuex#228
roschaefer wants to merge 15 commits into
developfrom
feathers-vuex

Conversation

@roschaefer

@roschaeferroschaefer commented Aug 3, 2018

Copy link
Copy Markdown
Contributor
  • Module classes
  • Services
  • Authentication setup
  • Configurable through env variables at runtime
  • Remove obsolete feathers-client.js

Comment threadstore/index.js Outdated
}

export const plugins = [
service('usersettings')

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

calling this.$store.dispatch('usersettings/find', {}) will run a number of mutations and switches isFindPending automagically: https://feathers-plus.github.io/v1/feathers-vuex/service-module.html

@roschaefer
roschaeferforce-pushed the feathers-vuex branch 2 times, most recently from 478b42b to f233301CompareAugust 6, 2018 15:00
- no bash scripts
* error prone
* platform dependent)
* .nuxt seems to be a build folder and should not be synced
* load config into process.env for local development
... and remove redundancy in docker-compose files
With server side rendering it is simply not possible to run the webapp
without a bridged network
The point of this docker-compose file is to give a running *local*
environment. It is not complete up to this point. Eventually we could
share this configuration with our staging system online.
Also this commit passes secret environment variables from host system to
container.
* Install nuxt-env
* Replace env with app.$env when possible
* Remove custom plugins/env.js
* add yarn run build to Dockerfile
* remove envsub (now unnecessary)
- all configurations are controlled via env variables passed from host
to container
* remove .env.template
@roschaefer
roschaeferforce-pushed the feathers-vuex branch 2 times, most recently from 70d639e to fe24fe3CompareSeptember 5, 2018 13:14
@roschaeferroschaefer mentioned this pull request Sep 17, 2018
@roschaefer

Copy link
Copy Markdown
ContributorAuthor

dropped in favour of #292

@roschaefer
roschaefer deleted the feathers-vuex branch September 20, 2018 13:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@roschaefer@ionphractal