mirror of https://github.com/pixelfed/pixelfed.git
11 lines
250 B
JavaScript
11 lines
250 B
JavaScript
|
|
||
|
/**
|
||
|
* First we will load all of this project's JavaScript dependencies which
|
||
|
* includes Vue and other libraries. It is a great starting point when
|
||
|
* building robust, powerful web applications using Vue and Laravel.
|
||
|
*/
|
||
|
|
||
|
require('./bootstrap');
|
||
|
|
||
|
|