Closed nick-fytros closed 5 years ago
Actually I just noticed that they are listed as peer dependencies. So I guess they are not included on purpose and that would make sense because then you can control the vue dependencies in your own project. Still it would probably be nice to list that in the README. Also the PR is ready for the slot and some other minor changes. https://github.com/futureaus/servue/pull/26
That's correct, they are peer-dependencies. I made it that way so that users can control their Vue version.
I should probably ad that to the docs.
Fixed with 034d530
Hello,
I want to start by saying your package looks very interesting. I created a sample project in order to try the expressjs setup and after installing the base packages I got the errors below:
error on start Error: Cannot find module 'vue-server-renderer'
vue-template-compiler must be installed as a peer dependency
and some errors on no closing tags on the
slots
in the template part but I intend on opening a PR to fix some examples. Is it required on purpose to installvue-server-renderer
,vue-template-compiler
andvue
in our project and so they are not included in the package? If so that needs to be added to the docs.