- NodeJs설치
- npm으로 설치하기 때문에 무조건 설치 해야 됨
- npm install -g @vue/cli
- 글로벌로 vue cli설치
- vue create [프로젝트 명]
- 위의 명령어를 통해 프로젝트 생성 가능
- npm run serve
- 터미널에서 해당 프로젝트 디렉토리로 이동 후 위의 명령어 입력시 서버 기동
- vscode extention
- vetur, vue3 snippets, html css support 추가로 더 필요한게 있다면 설치
'Front-end > Vue.js' 카테고리의 다른 글
6. vue router - 2 (0) | 2021.11.04 |
---|---|
5. vue router - 1 (0) | 2021.11.04 |
4. 라이프사이클(Life Cycle) (0) | 2021.11.03 |
3. Transition(Animation) (0) | 2021.11.03 |
2. 기초 (0) | 2021.11.03 |