idea plugin(idea的Maven项目,vue.js应该放哪)

本文目录
- idea的Maven项目,vue.js应该放哪
- IDEA 热部署配置 HotSwapAgent-IntelliJ-IDEA-plugin
- IDEA工程pom文件报错“plugin xx not found”!
idea的Maven项目,vue.js应该放哪
在搭建vue的开发环境之前,一定一定要先下载node.js,,vue的运行是要依赖于node的npm的管理工具来实现,node可以在官网或者中文网里面下载,根据自己的电脑选择是32还是64 。
Idea添加Vue插件方法,
点击file_》settings_》Plugins然后搜索Vue
点击安装!
我的安装成功,
创建项目
file_》new_》Project_》Static Web_》Vue.js
选择好文件夹点击next然后就一直出不来,特别慢,然后没有等,网上说是版本问题,说换个版本。
***隐藏网址***
去下载版本,起初随便找了个版本,下载下来安装,结果报错!报错内容原因为版本和idea版本不匹配!
重新下载,那我想也不能还是大海捞针一样继续乱找,然后看了下刚才的下载页,第一行也就算是表头吧,人家第一列是vue的版本,第二列是匹配的idea版本,哈哈哈,这下就简单了,直接找到自己对应的版本的idea,下载相应的vue版本即可!
例如我的是2019.3.3然后下载的其中之一,
记得好像是vue193.6494.5,上面的方法下载完成,安装成功!
file_》settings_》plugins_》点击右上方的设置按钮_》Install Plugin from Disk选择下载的安装包。安装成功!
创建项目这次点击next,比较快的就过去了。
IDEA 热部署配置 HotSwapAgent-IntelliJ-IDEA-plugin
Our work is fun, but we don’t want to waste our time waiting when our latest changes will be deployed on application server!
You can reload classes changed during debugging without need to restart the entire application using the HotSwap mechanism Command+Shift+F9 in IntelliJ IDEA.
BUT! At the moment due to original limitations of Java SDK the Hot Swapping is possible ONLY if the method body is altered.
In all other cases (like changing method or class signature), the class reload is impossible and the corresponding error message appears.
We need to use special java agent together with our JVM to enhance ability of reloading of changed classes. For example:
We will choose: DCEVM + Hotswap Agent :thumbsup:
:information_source: Instead of compiling the classes manually you can use the Save Action plug-in , which can trigger the compilation automatically and thus enabling "hotswap on save".
IDEA工程pom文件报错“plugin xx not found”!
爱用eclipse,就像东方不败姑娘喜欢用绣花针一样,但我相信,东方姑娘如果用剑,也会非常厉害。
所以,我想用一下idea.激情满满地准备好了工具,但没想到,刚一开始就被idea摆了我一道。
打开工程后,配置好maven,项目不构建,pom.xml报错,提示“plugin xx not found”!
尝试了各种解决办法,都没有效果。
最后,把本地maven仓库里的报错相关的plugin的jar都删除了,并且file-setting-maven,选择“D:/Program Files/IntelliJ IDEA2020_1/plugins/maven/lib/maven3”,并且后侧边栏maven的profile下选择neuxesProfile,项目终于自动构建了,过了半小时后,项目构建成功了。

更多文章:
为什么控件属性点不了(c#引用的第三方控件,属性全部显示为灰色,属性值不可更改)
2026年9月7日 03:50
旅游网站设计思路和主要设计内容(旅游网站建设方案该如何进行设计)
2026年9月7日 01:50
野生菌十大名菌野生菌十大名菌分别是哪些?菌内有几种野生菌 野生的鸡枞菌是什么样子
2026年9月6日 23:50
oracle insert value 单引号(sql 语句insert语句中带特殊符号“&“,怎么插入)
2026年9月6日 23:20
学java需要注意什么(学习java软件开发课程要注意什么)
2026年9月6日 18:50
div class的用法(DIV布局如何正确的使用 id 和 class求解答)
2026年9月6日 17:40




