본문 바로가기
IT/VueJS

VueJS 총론

by 골든크랩 2022. 8. 23.
728x90
반응형

 

개발자 : Evan You

 

https://vuejs.org/

 

Vue.js - The Progressive JavaScript Framework | Vue.js

Versatile A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework.

vuejs.org

 

VueCLI 를 이용해 프로젝트를 만든다.

- Vue-UI : GUI를 통해 Vue 프로젝트 생성, 개발 및 관리 가능(Scaffolding Tool -  초기 구조를 만드는 툴)

- DevTools : Vue 앱 디버깅을 위한 독립형 웹 브라우저 확장

 

scaffolding(비계) - Best Practice 를 모아서....자동으로 개발셋팅을 해주는 툴

https://www.google.com/search?q=scaffolding&rlz=1C1FKPE_koKR984KR984&oq=scaffolding&aqs=chrome..69i57j0i512j0i67j0i512l7.2932j0j15&sourceid=chrome&ie=UTF-8 

 

scaffolding - Google 검색

Scaffolding is breaking up the learning into chunks and providing a tool, or structure, with each chunk. When scaffolding reading, for example, you might ...

www.google.com

boilerplate

 

Vue CLI 를 통해 Vue 포로젝트 자동 생성

- 프로젝트 스캐폴딩

- npm 기반으로 프로젝트를 생성

 

설치 : 

npm install -g @vue/cli 또는 yarn global add @vue/cli

 

참고) mac에선 ...sudo npm install -g @vue/cli

 

 

포로젝트 생성 :

vue create my-project    --->  Vue 버전 선택하고 Enter 키 치면 ,scaffolding 됨

또는 

 

실행

1. 새터미널 열고

2. npm run serve

 

JS 라이브러리 창고

https://www.npmjs.com/

 

npm

Bring the best of open source to you, your team, and your company Relied upon by more than 11 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Java

www.npmjs.com

 

728x90
반응형

'IT > VueJS' 카테고리의 다른 글

데이터 바인딩, Interpolation  (0) 2022.08.23
VueJS 프로그램 구조  (0) 2022.08.23
Vue 프로젝트 생성하기  (0) 2022.08.22
ECMAScript 관련해서....  (0) 2022.08.22
개발 환경 설정하기 - node와 VScode 설치  (0) 2022.08.22

댓글