小编Dom*_*i27的帖子

如何从我的 Laravel 应用程序中撤消 Inertia.js

我在我的应用程序中撤消 Inertia.js 时遇到问题。当我启动我的应用程序时,我不小心输入了两个命令。

php artisan jetstream:install inertia --teams
Run Code Online (Sandbox Code Playgroud)

过了一会儿,我发现 Livewire 更适合我的项目。

php artisan jetstream:install livewire --teams
Run Code Online (Sandbox Code Playgroud)

我试图删除我所有的 Inertia.js 组件,但我npm watch会输出错误。我想知道我应该怎么做才能从我的项目中完全撤消 Inertia.js?

inertiajs npm laravel-livewire laravel-8 laravel-jetstream

5
推荐指数
1
解决办法
895
查看次数