Open a VUE (node.js) project within rider

Is there a possibility to open a vue project folder with rider?

I know vue is available to rider but I cant seem to find a way to just a open like in VS Code.

0
3 comments

There are two ways to do it. If you have a solution, and you'd like to open your vue project folder together with this solution, do the following:

If you'd like to open only your vue project folder without any solution, use Open button on the Welcome screen, or File -> Open -> Open... action from the main menu. In the popup dialog select your folder and click Open.

Hope this helps!

0

Ok, got it, thanks! Does rider support the node.js project template (njsproj)?

0

Tabaloa

Rider can open and run such projects. However, you need to manually create a run configuration for it via Run | Edit Configurations.

Please let me know if anything won't work as you expect.

 

0

Please sign in to leave a comment.