查看vue版本号是 vue -V 而不是npm vue -v ,npm vue -v 等同于npm -v
vue -V;
后面那个V是大写的。
怎么看vue版本
原文:http://www.cnblogs.com/lxwphp/p/7744734.html
vue -V;
后面那个V是大写的。