辅助脚手架系统: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
基础教程推荐
猜你喜欢
- ajax异步加载图片实例分析 2022-12-18
- JavaScript开发简单易懂的Svelte实现原理详解 2023-08-12
- JavaScript函数this指向问题详解 2023-08-12
- Ajax实现关键字联想和自动补全功能及遇到坑 2023-02-23
- 【vue】三种获取input值的写法 2023-10-08
- Ajax实现简单下拉选项效果【推荐】 2022-12-28
- AJAX实现数据的增删改查操作详解【java后台】 2023-02-23
- vue在install时node-sass@4.14.1 postinstall:node scripts/build.js错误解决 2023-07-09
- html网页中使用希腊字母的方法 2022-09-21
- 使用HTML5中postMessage知识点解决Ajax中POST跨域问题 2022-10-17
