Closed alexfinnarn closed 6 years ago
After running npm update
there are still a lot of outdated dependencies. Since some of them are pinned to versions, they won't update until the package.json file is updated. Since dependencies depend on other dependencies, the starter kit should be used to recreate everything and then plop the components into the src folder.
https://cli.vuejs.org/ is now the way to go apparently for scaffolding a project.
fixed in the 2.x branch.
Do this on a different branch and merge new code into that so 1.x branch has the dependencies that sort of work.