728x90 반응형 IT/JavaScript와 Framework109 Node.js 노드 설치하기 0. 소개 Google V8 JavaScript Engine(C++ 로 작성됨) 2008년 9월8일 Google 이 크롬 브라우저 출시. 오픈소스 엔진 웹키트 기반. 서버사이트 자바스크립트 비동기, 이벤트 기반, Non-Blocking I/O Node.js는 OS Application 을 제작할 수 있음(참고, 일렉트론..electron.atom.io) 1. Node.js 설치 https://nodejs.org/ko/download/ 최신버전 설치하면 됨. 현재 node-v16.14.0-x64.msi 설치함 설치단계에서 Tools for Native Modules 에서 주의할게 있음. Automatically install the necessarry tools 항목에 체크를 할 것. 설치가 완료되면, 윈.. 2022. 2. 16. AngularJS 구버전(여기선 1.3.7) 개발환경 꾸미기 AngularJS의 기본구조 브라우저가 html을 로드 (DOM을 파싱한다.) Angular.js를 로드한다 DOM Content Loaded Event를 기다린다. DOM이 모두 로드되면 ng-app 지시자를 찾는다. ng-app에서는 dependency injection 을 위해 사용되는 $injector를 생성한다. injector 지시어는 어플리케이션의 모델을 위한 컨텍스트가 되는 루트 스코프를 생성한다. 최종적으로 ng-app을 기준으로 하위DOM을 컴파일하고 rootScope와 링크시킨다. (참고 : https://acaroom.net/ko/blog/youngdeok/angularjs%EC%9D%98-%EC%9D%B4%ED%95%B4) scope 는 controller를 적용한 태그 내에서 사.. 2022. 2. 16. AngularJS 개념 잡기 AngularJS 를 학습하기 위해서 아래 사이트를 방문해보라. https://docs.angularjs.org/guide 몇가지 이해해야할 단어들. Template HTML with additional markup Directives extend HTML with custom attributes and elements Dirctives : 커스텀 속성과 엘리먼트를 갖고 있는 확장된 HTML Scope context where the model is stored so that controllers, directives and expressions can access it Controller the business logic behind views Module a container for the diffe.. 2022. 2. 16. 윈도우10에 Angualr 설치하기(AngularJS아님. Node.js설치포함) Angular 개발 환경을 구축하면서 작성함. AngularJS와는 호환이 안되므로...AngularJS 개발자는 이 글이 도움이 안됨. 1. Node.js 설치 https://nodejs.org/ko/download/ 최신버전 설치하면 됨. 현재 node-v16.14.0-x64.msi 설치함 설치단계에서 Tools for Native Modules 에서 주의할게 있음. Automatically install the necessarry tools 항목에 체크를 할 것. 설치가 완료되면, 윈도우 cmd 창에으로...Install Additional Tools for Node.js 화면이 뜬다. 단순히 Enter 키를 눌러줌. 긴~~ 시간이 흐르고 설치가 완료되면...cmd 창에서 버전 확인하기 node -.. 2022. 2. 16. 이전 1 ··· 20 21 22 23 24 25 26 ··· 28 다음 728x90 반응형