How to start Angular2 project with minimum of required files using npm?

后端 未结 3 840
执念已碎
执念已碎 2020-12-28 19:31

I was following Angular2 quickstart and installed required libraries using Node package manager: https://angular.io/guide/quickstart

created a package.json:

3条回答
  •  醉话见心
    2020-12-28 19:53

    You can remove unnecessary dependencies from package.json. Also, dependencies declared in devDependencies section is not bundled when packaging for production.

提交回复
热议问题