我会马上预约,我没有用 Vue.js 编程,我对旧的 AngularJS 几乎没有经验,甚至在 Notepad ++ 中也没有经验
我使用以下最少步骤创建了一个 Vue.js 项目:
npm install --global vue-cli
vue init webpack
master指定了以下参数:
? Generate project in current directory? Yes
"git" ?? ????? ???????? ??? ?????
????????, ??????? ?????? ??? ?????? ????.
? Project name myproject
? Project description myproject
? Author I'm
? Vue build (Use arrow keys)
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? Yes
? Pick an ESLint preset Standard
? Set up unit tests Yes
? Pick a test runner jest
? Setup e2e tests with Nightwatch? No
? Should we run `npm install` for you after the project has been created? (recommended) npm
我得到以下项目结构:
现在的问题是:如何在 Visual Studio 2017 社区中打开此案例?
我可以随便打开一个目录,甚至模板和样式中的语法都被高亮了,但是脚本的问题是没有高亮,没有提示。
如何取胜?

据我了解,你需要VS来识别vue中的js代码吗?如果我理解正确,那么,作为一个选项,尝试安装一个额外的包,例如: