Upgrade to vue2
See original GitHub issue "dependencies": {
"vue": "^2.0.0",
"vue-router": "^2.0.0",
"vuex": "^2.0.0",
"vuex-router-sync": "^3.0.0"
},
Also latest webpack is now: "webpack": "2.1.0-beta.25"
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Vue 3 Migration Guide
Guide on migrating from Vue 2 to Vue 3. ... If you have an existing Vue 2 project or library that you intend...
Read more >Vue 3 Migration Build: safely upgrade your app to Vue 3 (Pt. 1)
The Vue 3.1 migration build is a “special” version of Vue 3 that allows your existing Vue 2 app to run in a...
Read more >Tutorial On How To Migrate From Vue 2 To Vue 3
First, we make sure that our @vue/cli-service is in the newest version. · To update our vue-cli command is – vue upgrade ·...
Read more >Vue.js: How to Migrate a large project from Vue 2 to Vue 3
Migrating Vue Cli to support Vue 3 is pretty easy. You will have first to edit your package.json file in order to update...
Read more >WebPack 4.x Upgrade to Vue2.x - Medium
1 Upgrade the plugin. webpack and webpack-cli. yarn add webpack@latest webpack-cli@latest. 2. Upgrade plugins and loader · 2 Configuration Adjustments. 1. Loader ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Remove the part
vue
config part:Se my circle-menu config
Could be conflicts in node_modules folder. Good idea to make sure it’s clean.
Try:
rm -rf node_modules && npm install