app.js 504 B

123456789101112131415
  1. /**
  2. * First we will load all of this project's JavaScript dependencies which
  3. * includes React and other helpers. It's a great starting point while
  4. * building robust, powerful web applications using React + Laravel.
  5. */
  6. require('./bootstrap');
  7. /**
  8. * Next, we will create a fresh React component instance and attach it to
  9. * the page. Then, you may begin adding components to this application
  10. * or customize the JavaScript scaffolding to fit your unique needs.
  11. */
  12. require('./components/Example');