Skip to content
This repository was archived by the owner on Mar 27, 2021. It is now read-only.

Scripts

Bruno Fernando dos Santos Silva edited this page Aug 5, 2017 · 4 revisions

Loading external scripts

Manual (Recommended for custom script files)

Place your script files on resources/assets/js/vendor or resources/assets/js/partials Then load into the beggining of your theme main script main.js file using this scheme:

import "partials/script-name";

Clone this wiki locally