문제

Let's say I am using yeoman to scaffold an application.Now this scaffolding needs node.js.Using node.js during development is completely fine with me.However, do we need node.js in production too ?

도움이 되었습니까?

해결책

No, you don't. If you are using the official angular generator, it produces a static build (in the dist subdirectory) that can be served with any http server, such as Apache or Nginx.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top