webstorm中vue的运行配置
Posted 元气の程序媛
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webstorm中vue的运行配置相关的知识,希望对你有一定的参考价值。
## npm搭建的项目,需要运行npm run dev来启动
webstorm作为一款优秀的编辑器,通过配置运行设置,达到一键运行
1.添加node.js配置
2.configuration->node interpreter : 路径/node.exe
3.configuration->working directory: 路径/project
4.configuration->javascript file : build\\dev-server.js
以上是关于webstorm中vue的运行配置的主要内容,如果未能解决你的问题,请参考以下文章