tekgrunt / kokalee

This is the main home for the edge networking project aimed at remote teams or low-budget remote camps (aka. tent style cams).
2 stars 1 forks source link

get login working #5

Closed forivall closed 6 years ago

forivall commented 6 years ago

Fixes #1

a couple issues I was having that are good to know about:

in class based components, just put the data as class properties, don't use $data

initialization code should be in created(), not the constructor

CORS, as usual, is really annoying. I just set up webpack dev server to proxy the /hoodie urls.