Nate Smith
Nate Smith
Any progress on this? I'd really love to see some documentation / a working example. Especially in regards to how authentication is handled.
Oh man, I could use this so bad right now :D Just out of curiosity are you reworking auth to work with multiple front-ends as well? I think a lot...
As a quick/dirty fix I did this, but I'm certain it doesn't cover all the edge cases: ```js function titleCase(str) { return str .toLowerCase() .split("_") .map((word) => word.charAt(0).toUpperCase() + word.slice(1))...
You should link to https://github.com/wffranco/vue-strap in the readme so people don't have to dig through the issues for Vue 2 support.
Anyone have any input on this?