728x90
반응형
전체 로그 :
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
조치 :
프로젝트 바로 아래(package.json 위치)에 vue.config.js 생성 후 아래 옵션 추가
module.exports = {
runtimeCompiler: true
}
728x90
반응형
'TroubleShooting' 카테고리의 다른 글
[vue] CORS 해결 (1) | 2022.06.19 |
---|---|
[IntelliJ] Git 관련 작업 시 hangs on/Holding (0) | 2020.06.16 |
[Java-stream] Map 변환 중 Duplicate key (0) | 2020.06.13 |
[Spring] Expiring Daemon because JVM heap space is exhausted (0) | 2020.03.27 |
[Windows] 특정 포트 사용중인 프로세스 종료 (0) | 2019.12.26 |