본문 바로가기

Frontend/뷰 Vue.js

Vuetify 설치

$ npm install --save -dev vuetify

$ npm audit fix

-npm install을 할 때 package의 취약점을 검사한다. 그리고 npm audit fix으로 취약점이 발견된 package를 자동으로 update해준다. https://lovemewithoutall.github.io/it/npm-audit-fix/

$ vue add vuetify

- 예쁘게 꾸며주는 기능

<v-simple-tabel> 뷰티파이에서 사용하는 기능

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

port :5000 403 error mac 맥에서 포트 5000번 403에러  (0) 2022.05.10
dispatch / commit  (0) 2020.08.18
Global Component 글로벌 컴포넌트  (0) 2020.08.18
v-model  (0) 2020.08.18
Vue란?  (0) 2020.08.18