JavaScript

Any .js or .vue file from src/js that does NOT start with an underscore _ will get compiled into dist/assets/js.

Main Application JavaScript File

You can customize the main application JavaScript file in src/js/app.js which will get compiled to dist/js/app.js.

Pages

Page specific JavaScript files are prefixed with src/js/page.* so you can quickly identify them.

Plugins

Plugins can be customized in src/js/vendor.