How to import an Angular Seed project in IntelliJ

I am trying to import an Angular Seed project into IntelliJ, but when I do this, it creates a whole bunch of separate modules. I just want to look at the directory structure and forget about this unwanted module. All of them are folders for me.

How can I install this in IntelliJ? Is this something people are doing with Angular applications, or do I need to change something instead of WebStorm?

+4
source share
2 answers

When it comes to web projects in IDEA, you should do the following to make it more or less like WebStorm: (I also think that IDEA is scary when setting up a simple custom project)

- .

- edit-- , -. , 6- .:) --edit 2-- .

:

  • , ~/MyDevStuff/OSProjects/
  • > + > > -
  • angular-seed/
  • , , .
  • () dit, .iml angular.
+3

:

, , "" " | . , .

0

Source: https://habr.com/ru/post/1527240/


All Articles