handling multiple applications with angular cli

后端 未结 3 1623
温柔的废话
温柔的废话 2020-12-08 23:27

I am interested in being able to bootstrap multiple applications with the angular cli.

Through the angular-cli wiki I was able to find an example https://github.com/

3条回答
  •  余生分开走
    2020-12-09 00:13

    The CLI version 6 now supports this out of the box with simple scaffolding commands. First you create a normal cli project using ng new root-name. Then you can add projects within it using ng generate application sub-app-name. See their wiki page here.

提交回复
热议问题