-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no official vue-cli update / upgrade guide on cli.vuejs.org/guide #1662
Comments
Unfortunately the old CLI allows you to make arbitrary changes to the config, which makes it near impossible to provide a universally applicable guide on upgrading. If you didn't make any modifications at all, simply copy your src directory over and it should work. Otherwise, read the docs of the new CLI to understand how to apply modifications to the config. |
Actually this is about the new Vue CLI. For example, there a few dependencies of a project generated by vue cli like |
Once generated, just bump everything to the latest version with |
I couldn't find this information in the guide on cli.vuejs.org/guide. Care to re-open this issue until the upgrade instructions are available there? |
This issue may be dependent on #1507 |
hmm ...there is new @vue/eslint-config-prettier (4.0.1) but:
How to get fresh version ? |
|
What problem does this feature solve?
There should be a section in the guide to describe how to upgrade a project generated using older version of vue-cli to the latest version. This search term on Google yeilds no result '(update|upgrade) site:cli.vuejs.org'
What does the proposed API look like?
A simple section to describe how to upgrade.
The text was updated successfully, but these errors were encountered: