angular-cli 포트 번호 수정[angular 2]

873 단어 angularcli
node 찾기modules/angular-cli/lib/config/schema.json
default 값 은 기본 포트 입 니 다.

"serve": {
 "description": "Properties to be passed to the serve command",
 "type": "object",
 "properties": {
  "port": {
  "description": "The port the application will be served on",
  "type": "number",
  "default": 4200
  },
  "host": {
  "description": "The host the application will be served on",
  "type": "string",
  "default": "localhost"
  }
 }
 }
}
다음 과 같이 명령 행 방식 으로 수정 할 수도 있 습 니 다.ng serve --port 4201이상 은 본 고의 모든 내용 입 니 다.본 고의 내용 이 여러분 의 학습 이나 업무 에 어느 정도 도움 이 되 기 를 바 랍 니 다.또한 저 희 를 많이 지지 해 주시 기 바 랍 니 다!

좋은 웹페이지 즐겨찾기