cakephp3-elixir
Version:
CakePHP 3 Elixir Core
22 lines (15 loc) • 473 B
JavaScript
/**
* First we will load all of this project's JavaScript dependencies which
* include Vue and Vue Resource. This gives a great starting point for
* building robust, powerful web applications using Vue and Laravel.
*/
require('./bootstrap');
/**
* Require your custom js files
*/
// require('./my-javascript-file');
// require('./subfolder/my-javascript-file');
/**
* Custom javascript can also be included below
*/
// $('document').ready(function () { });