How to build angular 2 app without cli

后端 未结 2 1650
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-09 01:07

I am new in angular 2, I want to know how to build my angular 2 app without using CLI for production.

Thanks in Advance.

2条回答
  •  日久生厌
    2021-02-09 01:54

    If you want to go without Angular CLI

    1. Do create all the required thing by yourself, and that is very difficult task
    2. you should go here : https://github.com/angular/quickstart , download quickstart project and start work

    But I strongly suggest go with CLI as there it support end to end activity i.e. project start till deployment project

提交回复
热议问题