其他分享
首页 > 其他分享> > 16、laravel8 + inertia + vue3

16、laravel8 + inertia + vue3

作者:互联网

辅助脚手架系统:https://jetstream.laravel.com/2.x/introduction.html

inertia:https://inertiajs.com/

 

1、安装新项目

laravel new project

 

 

1.1、更改中文模式 

 

1.2、配置数据库信息

 

2、安装脚手架系统

cd project
composer require laravel/jetstream

 

 

3、安装inertia

php artisan jetstream:install inertia

 

 

4、安装依赖

npm install
npm run dev
php artisan migrate

 

 

5、运行查看

php artisan serve 

 

 npm仓库用:https://registry.npmjs.org/

 

标签:npm,laravel8,jetstream,artisan,https,vue3,php,inertia
来源: https://www.cnblogs.com/mingliangge/p/14580800.html