通过官方指令 npm install -g @vue/cli 安装vue脚手架提示: No command 'vue' found, did you mean: Command 'vpe' from package 'texlive-latex-extra' (universe)vue: command not found 解决方法: Back up your computer. On the command line, in your home directory, create a dire
jetbrains家族的新版webStorm.phpStorm等工具都已支持vue,不需要自己再安装Vue.js插件,对vue单文件组件支持挺好.但是在html文件中直接<script>引入的方式使用vue时IDE可能默认不支持vue的代码提示补全,还会有 "Attribute v-xxx is not allowed here"这样的提示,如下图这样 参考jetbrains的vue.js插件源码说明里面这段话: If you're using IntelliJ IDEA