How to setup the environment for Angular 2.0?

前端 未结 4 719
-上瘾入骨i
-上瘾入骨i 2020-12-04 04:05

Taking my initial steps towards Angular 2.0.

First thing is to set up the right environment for the development.

My index.html



        
4条回答
  •  Happy的楠姐
    2020-12-04 04:39

    npm install in the root project (it will create your node_modules from the dependencies mentioned in package.json file, should have those files as a start)

提交回复
热议问题