Laracon US 2018 was held in Chicago last week, as Laravel fans may know. There are two interesting Vue.js-related stories to come out of it.
Firstly, an official admin panel for Laravel sites will be released in August called
Laravel Nova. One cool thing about Nova is that it’s a Vue.js SPA with Vue & Vue Router, and can be customized by adding your own Vue components.
Secondly, Vue creator Evan You did a talk at the conference in which he showed off Vue CLI 3 and demonstrated how it can be used easily in a Laravel project. There’s no public video of Evan’s talk yet, but you can play around with the example project he made (link below).