vue-for-idea icon indicating copy to clipboard operation
vue-for-idea copied to clipboard

This is vue plugin for idea

Results 33 vue-for-idea issues
Sort by recently updated
recently updated
newest added
trafficstars

1.IDE WEBSTORM 2.在组件中.*vue文件中,每使用快捷键ctrl+alt+f格式代码会在上面新增一空行;如果多个空行不会删除,并且空行前面的空格不会被去掉; 3.谢谢,您的插件非常好用

When attempting to "Install Vue", it fails with: ``` IllegalArgumentException: exe: /usr/local/bin/npm doesn't exist ``` I can see the location assumption here: https://github.com/henjue/vue-for-idea/blob/master/src/main/java/io/j99/idea/vue/action/InstallAction.java#L46 Many of us use NVM or some...