Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Newrehmi
Total activity
7
Last activity
August 18, 2022 21:26
Member since
September 30, 2020 15:14
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (0)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
September 30, 2020 15:16
For those looking for an answer.. Just create a package.json on the root directory of your project, and require vue package on the dependencies. it will work fine even without running npm install....
Community
WebStorm
Vue Attribute is not allowed here
8 votes
Created
August 18, 2022 21:26
To those looking for solution, here I managed to solve my problem (kotlin) var cmd = GeneralCommandLine("php");cmd.addParameter("-r");cmd.addParameter("echo 123;");
Community
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
1 vote
Created
December 29, 2021 04:28
was looking for the fix to the same issue today and surprised that i wrote the answer myself last year :) i'll probably be back again next year ;)
Community
WebStorm
Vue Attribute is not allowed here
1 vote