나의 개발일지
Vue 페이지 안뜨는 오류 ( 페이지는 뜨는데 아무것도 없을 경우 ) 본문
결론: 프로젝트 경로에 # 같은 특수문자 때문에 경로인식을 못해서 생기는 오류
참고 사이트
"Failed to load url /src/main.jsx (resolved id: /src/main.jsx ). Does the file exist?" this error appears when I run the server
I typed "npm run dev" to run the application but this error appears: "Failed to load url /src/main.jsx (resolved id: /src/main.jsx ). Does the file exist?" and the page is whit...
stackoverflow.com
그래서 프로젝트를 옴겨서 만듬