-
laravel vue.js 컴파일 적용 안될때Laravel/라라벨정보 2020. 3. 12. 22:58728x90
resources/js/components/Chat.vue
수정을 하고
resources/js/app.js에서
Vue.component('example-component', require('./components/Chat.vue').default);
컴퍼넌트 추가를 하여도 적용이 안될때
npm run prod나 npm run watch를 해야함!!
728x90'Laravel > 라라벨정보' 카테고리의 다른 글
라라벨 프로젝트에서 이미지 경로 사용 (0) 2020.04.03 옐로퀀트 , JPA (0) 2020.03.27 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQL: select * from information_schema.tables where table_schema = chobo and table_name = migrations and table_type = 'BASE TABLE') (0) 2020.03.24 나중에 만들어 볼 로또 api사이트 (0) 2020.03.19 모델,컨트롤,마이그레이션 한번에 만들기 (0) 2020.03.12