나의 개발일지

Vue 페이지 안뜨는 오류 ( 페이지는 뜨는데 아무것도 없을 경우 ) 본문

어플리케이션/Vue & Asp.Net Core

Vue 페이지 안뜨는 오류 ( 페이지는 뜨는데 아무것도 없을 경우 )

인공지능싱글톤 2024. 4. 19. 10:24

 

 

결론: 프로젝트 경로에 # 같은 특수문자 때문에 경로인식을 못해서 생기는 오류

 

참고 사이트

https://stackoverflow.com/questions/76212719/failed-to-load-url-src-main-jsx-resolved-id-src-main-jsx-does-the-file-e

 

"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

 

 

그래서 프로젝트를 옴겨서 만듬