laravel-mix-vue3
laravel-mix-vue3 copied to clipboard
A Laravel Mix extension for Vue 3, Typescript and JSX.
I'm getting this error on running `npm run dev` on Windows system: [webpack-cli] ReferenceError: File is not defined at C:\Users\MAX\rest_api\node_modules\laravel-mix-vue3\index.js:63:44 at Array.map () at Vue3.register (C:\Users\MAX\rest_api\node_modules\laravel-mix-vue3\index.js:63:30) at Object.components. [as vue3]...
I've been trying to use the extract support with v0.7, but end up with larger files. e.g. ```javascript mix.vue3("resources/js/app.js", "public/compiled/js") .postCss('resources/css/app.css', 'public/compiled/css', [ require('tailwindcss'), ]) ``` produces ``` /compiled/css/app.css 5.74...
### Project Dependencies ``` +-- @vue/[email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected]...
I'm trying to load a different Vue component on each Laravel route/view. In Vue 2 I would compile all components into a single app.js file, load a single vue app...
Hi, i'm just here to thanks for support vue 3 with laravel mix. I really appreciated
Worked like a charm. I would love to see someone make a laravel 8.0 with vue 3 and vuetify support using laravel-mix-vue3 :D