npm install
npm run serve
npm run build
npm run test
npm run lint
<router-link :to="/path">
"path" 경로로 이동(주소창 경로 변경)
.router-link-exact-active
<router-link>중에서 현재 active 된 상태
Ex) 현재 선택된 메뉴만 css 변경(bread crumb 역할)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install
npm run serve
npm run build
npm run test
npm run lint
<router-link :to="/path">
"path" 경로로 이동(주소창 경로 변경)
.router-link-exact-active
<router-link>중에서 현재 active 된 상태
Ex) 현재 선택된 메뉴만 css 변경(bread crumb 역할)