📌  相关文章
📜  GET http: localhost:8000 js app.js net::ERR_ABORTED 404 (Not Found) in laravel 6 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:18.652000             🧑  作者: Mango

代码示例1
composer require laravel/ui
php artisan ui vue --auth  //you can use vue boostrap --auth is to add the login paths and 
                      register
npm install
npm run dev