Added Architect UI

This commit is contained in:
Deon George
2020-09-06 09:46:27 +10:00
parent e89b4d3287
commit 130ae005a3
36 changed files with 6454 additions and 286 deletions

View File

@@ -1,3 +1,4 @@
window.$ = window.jQuery = require('jquery');
window._ = require('lodash');
/**
@@ -16,13 +17,19 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
* allows your team to easily build robust real-time web applications.
*/
// import Echo from 'laravel-echo';
import Echo from 'laravel-echo';
// window.Pusher = require('pusher-js');
/*
window.Pusher = require('pusher-js');
// window.Echo = new Echo({
// broadcaster: 'pusher',
// key: process.env.MIX_PUSHER_APP_KEY,
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
// forceTLS: true
// });
window.Echo = new Echo({
broadcaster: 'pusher',
key: process.env.MIX_PUSHER_APP_KEY,
wsHost: window.location.hostname,
wsPort: 6001,
disableStats: true,
useTLS: false,
});
*/
//require('bootstrap');