전체 글 (28) 썸네일형 리스트형 뷰 메모모음 [1] Vue 시작하기 ================== 기본 명령어 : npm -v node -v package.json 생성 npm init 1.뷰 설치 npm i vue **특정버전까는법 @를 띄어쓰기 없이 붙이고 버전까지 npm i vue@2.7.0 2. webpack 생성 (리액트 웹팩 다루는거랑 동일) - npm i -D webpack webpack-cli ** : -D 는 개발용 옵션. [2] 빌드하기 1.package.json에서 스크립트 부분을 아래와 같이 지정 "scripts": { "build": "webpack" }, 2. npm run build 로 실행 3. vue-loader 설치 npm i vue-loader -D 3-1. vue-loader 설정 webpack.config... 리액트 메모 모음 리액트 - 페이스북에서 만든 UI를 만들기 위한 자바스크립트 라이브러리 - View 레이어를 담당(MVC) - React(웹 어플리케이션), React Native(모바일 어플리케이션), React Electron(데스크랍 어플리케이션) - 그외 : Angular(프레임워크) : Vue(프레임워크와 라이브러리의 중간) 리액트 특징 - Component로 이루어진 UI라이브러리 - Component는 한 가지 기능을 수행하는 UI단위 - 리액트 어블리케이션은 꼭 하나 이상의 Component로 이루어져 있음 - 최상위 컴포터넌트는 Root - 컴포넌트 내부의 State가 존재함 - 메모리에 Virtual DOM Tree를 가지고 있음 -> 트리에있는 자식컴포넌트의 render함수가 호출이 됬을때, 이전의 .. 프로젝트 링크 100min project https://www.mapoeum.com/ https://www.mapoeum.com/ www.mapoeum.com 첫 웹 프로젝트 https://youtu.be/e5I-bbJJQGY 클론 https://mellow-scone-748b1f.netlify.app/ astoncm.com WELCOME At Aston we strive to understand our clients and deliver to their needs. Every day, every step of the way, we’re here to help our clients get things done: making foreign currency exchange transparent. Seamless. Assu.. 이전 1 2 3 4 5 6 7 ··· 10 다음