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
3.0.0-beta.6
https://github.com/andreasvirkus/vue-cli-plugin-express
Install the plugin and invoke it
npm i andreasvirkus/vue-cli-plugin-express vue invoke express
Any directory and its contents are also created
The plugin succeeds, but no /server directory is created (nor the contents of template/default of the generator).
/server
template/default
It might be that this is expected behaviour atm and this is actually a feature request.
The text was updated successfully, but these errors were encountered:
Your api.render call must be put in the main code, not in the api.onCreateComplete hook. Take a look at vue-cli-plugin-apollo.
api.render
api.onCreateComplete
Sorry, something went wrong.
Oof, embarrassing. That was it. Sorry and thanks @Akryum !
No branches or pull requests
Version
3.0.0-beta.6
Reproduction link
https://github.com/andreasvirkus/vue-cli-plugin-express
Steps to reproduce
Install the plugin and invoke it
What is expected?
Any directory and its contents are also created
What is actually happening?
The plugin succeeds, but no
/server
directory is created (nor the contents oftemplate/default
of the generator).It might be that this is expected behaviour atm and this is actually a feature request.
The text was updated successfully, but these errors were encountered: