Keep Vue Cli 2 After Upgrading to Vue Cli 3

By | August 23, 2018

If you want to keep the old Vue Cli 2 after upgrading to Vue Cli 3, just need to install the following package:

npm install -g @vue/cli-init

Hope it helps.

Category: vue