Answers for "how to update vue version"

7

vue cli upgrade

npm update -g @vue/cli
# OR
yarn global upgrade --latest @vue/cli
Posted by: Guest on May-11-2020
0

update vue version npm

npm install -g @vue/cli --save

# OR
yarn global upgrade --latest @vue/cli
Posted by: Guest on February-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language