BloCCat

setting 본문

Study/Vue.js

setting

uooy 2021. 8. 24. 21:58

1. vue cli 설치 

npm install -g @vue/cli

2. project 구조 자동 설정

vue create 프로젝트명

-> default로 설치

자동으로 생성된 프로젝트

3. vue-router 설치

npm install vue-router --save

 

'Study > Vue.js' 카테고리의 다른 글

Error: ENOSPC: System limit for number of file watchers reached, watch '...'  (0) 2021.08.31
호출 순서 정리  (0) 2021.08.24
layout 적용  (0) 2021.08.24
Vue.js 란?  (0) 2021.08.24