We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Or rather some more notes about how to make Koa/Nuxt collaborate outside of using an HTTP axios request.
I see we can use ctx.session and use have it passed back when we do this.$axios from a page asyncData/fetch method.
But mostly this is about hinting and/or leaving notes to show how one thing is done (or called) in this stack
The text was updated successfully, but these errors were encountered:
I'm going to bring up a PR from things I've worked on in the last days, it should help with some more examples and patterns.
I first need to assemble notes and rebase work before making a PR, some work done is related to this
Sorry, something went wrong.
Hey @clarkdo, FYI, I'm experimenting refactoring Hare with Nuxt edge, Vue CLI v3.
In relation to Koa, (and other modules a project might want), I wonder if we could leverage yarn workspaces/lerna and split this monolith a bit.
If we could have a chat, I'd like to exchange with you directions you had in mind so I can donsomething useful.
clarkdo
No branches or pull requests
Or rather some more notes about how to make Koa/Nuxt collaborate outside of using an HTTP axios request.
I see we can use ctx.session and use have it passed back when we do this.$axios from a page asyncData/fetch method.
But mostly this is about hinting and/or leaving notes to show how one thing is done (or called) in this stack
The text was updated successfully, but these errors were encountered: