Code Guide 2018/10/16
Front-end
On top of the blade templates, the front-end logic is supported by the JavaScript code, using the jQuery and Vue.js frameworks. All JavaScript code used by the application is located at /resources/assets/js. The JavaScript application entry is app.js, which takes care of loading all necessary libraries and building the application structure. There is a Vue component:
SearchBar.vue – quick search bar, called from the partial header.blade.
The jQuery code is in main.js.