I am getting this error. Can you help @codewithtonyofficial C:\xampp\htdocs\lms>npm install vue@next vue-loader@next npm ERR! code ETARGET npm ERR! notarget No matching version found for vue@next. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! A complete log of this run can be found in: C:\Users\Hp\AppData\Local pm-cache\_logs\2024-04-25T02_07_40_721Z-debug-0.log
I have a question. Some Vuejs project needed to run the "npm run build" to build the files for production use but you didn't run it in your tutorial. Is it necessary to run that or not? Still a bit confuse how Vuejs is working with Laravel.
Hi buddy, if I wanted to compile app.js to work under the `public/js/app.js` folder and be able to reference it in the typical `` way, how would I do it? Another question, is it mandatory to use Vite? I think the `Vite` component is for easy development, but what if I don't want to use it? Could you make a video solving these questions? Regards and thank you very much.
Thanks for this video! very useful. I would like to know what's the main difference between using vue within laravel project like this via app.js VS using vue as a standalone application and using Laravel REST API to perform CRUD?
For those that can't use the alias, i have this code working in vite.config.js: Don't know why but without the @ in alias is not working.. import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; import vue from '@vitejs/plugin-vue'; import { fileURLToPath, URL } from 'node:url' export default defineConfig({ plugins: [ laravel({ input: ['resources/css/app.css', 'resources/js/app.js'], refresh: true, }), vue() ], resolve: { alias: { '@': fileURLToPath(new URL('./src', import.meta.url)), vue: 'vue/dist/vue.esm-bundler.js', } } });
Install Vue.js 3 on Laravel 10 Project: A Comprehensive Guide
how about adding vuetify sir
Thank you! Best tutorial. It very helped me.
I am getting this error. Can you help @codewithtonyofficial
C:\xampp\htdocs\lms>npm install vue@next vue-loader@next
npm ERR! code ETARGET
npm ERR! notarget No matching version found for vue@next.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in: C:\Users\Hp\AppData\Local
pm-cache\_logs\2024-04-25T02_07_40_721Z-debug-0.log
very helpful . please do a series of vue3 and laravel10. thank you sir
Amazing tutorial. Please can you make e video about hot to install a template, where to put assets, how to structure header footer sidebar etc.
I have a question. Some Vuejs project needed to run the "npm run build" to build the files for production use but you didn't run it in your tutorial. Is it necessary to run that or not? Still a bit confuse how Vuejs is working with Laravel.
Thanks i was looking for this for long time beacuse i wasnt sure about directories. Now everything is clear for me thanks :)
Interesting.
But now, how to manage routes, install pinia and etc?
Hi buddy, if I wanted to compile app.js to work under the `public/js/app.js` folder and be able to reference it in the typical `` way, how would I do it?
Another question, is it mandatory to use Vite? I think the `Vite` component is for easy development, but what if I don't want to use it?
Could you make a video solving these questions? Regards and thank you very much.
Finally tutorial that helped :)
Thanks for this video! very useful. I would like to know what's the main difference between using vue within laravel project like this via app.js VS using vue as a standalone application and using Laravel REST API to perform CRUD?
thank you sir for this great tutorial video
Thanks for your help, this helped me tremendously.
I wonder what operation system is, I think is linux, but the distro?
will this work in laravel 11?
Thx bro for lesson
very helpful
No matching version found for vue@next.
npm install vue-next is working
Sir can i @yield next blade ? Tutorail need Sir!
How do i add vuetify?
audio is awfull it plays only on the left speaker
Thank you very much
You are welcome
npm install vue-next is working now vue@next is not working
npm install vue@3 is working
not working with laragon I assume
جزاك الله خيرا
Thanks
fuck yeah!! thanks man!
youre rock!
voice is mono
Thanks
Yea sound is broken, sadly makes this unwatchable
U can't really handle 9 minutes?? i don't think it's unwatchable just only cause of mono xD@@EmotionalWeather
@@el_niño_maka Yes, if you have headphones, its not watchable.
Thanks, finally i found tutorial that works for me (σ≧▽≦)σ
npm create vue@latest
+
For those that can't use the alias, i have this code working in vite.config.js:
Don't know why but without the @ in alias is not working..
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import vue from '@vitejs/plugin-vue';
import { fileURLToPath, URL } from 'node:url'
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.js'],
refresh: true,
}),
vue()
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
vue: 'vue/dist/vue.esm-bundler.js',
}
}
});
thank you so much
thank you very much