Closed simonschaufi closed 6 years ago
in your package.json, try:
{
...
"vue": "^2.5.0",
"vue-template-compiler": "^2.5.0"
...
}
And then try to catch breaking changes between vue1 and vue2. And submit a PR :)
done. When I now compile the Vue templates, i get parsing errors because there are some breaking changes. I'm a total newbie in Vue. Could you help me with the errors? In exchange I can provide a fully running laravel 5.5 version from the backend side ;)
@hedii Could you help me with the errors?
@simonschaufi I released a brand new version. please give it a try.
Wow, you have basically rewritten everything including tests π You are awesome!
Hi! Thank you so much for sharing your project!
I would love to extend it even further (I'm not interested in crawling for emails but for other things). Therefor I would love to use the latest version of laravel 5.5 (I already managed to update it successfully! π). To make it work with the latest version of vue a lot of things need to be changed, so I tried to get it running with the given versions you provide in your
package.json
, so I tried to update all npm packages but then got stuck with this error:my package.json (adjustments from the latest laravel version to use webpack instead of gulp)
Would you be able to help me?