辅助脚手架系统:https://jetstream.laravel.com/2.x/introduction.htmlinertia:https://inertiajs.com/ 1、安装新项目laravel new project 1.1、更改中文模式 1.2、配置数据库信息 2、安装脚手架系统cd...
辅助脚手架系统: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/
沃梦达教程
本文标题为:16、laravel8 + inertia + vue3
猜你喜欢
- layui数据表格以及传数据方式 2022-12-13
- 关于 html:如何从 css 表中删除边距和填充 2022-09-21
- JS实现左侧菜单工具栏 2022-08-31
- ajax实现输入提示效果 2023-02-14
- javascript 判断当前浏览器版本并判断ie版本 2023-08-08
- 深入浅析AjaxFileUpload实现单个文件的 Ajax 文件上传库 2022-12-15
- jsPlumb+vue创建字段映射关系 2023-10-08
- 1 Vue - 简介 2023-10-08
- 基于CORS实现WebApi Ajax 跨域请求解决方法 2023-02-14
- vue keep-alive 2023-10-08