vue 유효성 체크 validators install
npm install --save vuelidate vuelidate/lib/validators
에러 발생
npm ERR! code ENOLOCAL
npm ERR! Could not install from "vuelidate/lib/validators" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/naya/.npm/_logs/2021-12-13T02_28_10_898Z-debug.log
시도
npm install --save vuelidate
'프로그래밍 > vue' 카테고리의 다른 글
초보자를 위한 vue 개발 ES6 문법 4개 (0) | 2021.12.21 |
---|---|
처음하는 vue2 + spring boot conroller 연동 1 (0) | 2021.12.13 |
vue 에서 디자인 아름답게 vuetify 사용하기 (0) | 2021.12.08 |
인텔리제이(intellij) 스프링 부트(spring boot) vue.js 연동 8080 포트 방법 (1) | 2021.11.23 |
Vue.js 처음하는 설치 및 샘플예제 (0) | 2021.11.23 |