LoginSignup
0
0

More than 1 year has passed since last update.

【環境構築】Laravel Jetstream + Inertia(Vue3)で環境構築

Posted at

Laravel Breeze+Inertia(Vue.js3) 以前の記事と変われらない箇所は飛ばします。

公式

開発環境

プロジェクト作成

composer create-project "laravel/laravel=9.*" task_test --prefer-dist

Jetstream

composer require laravel/jetstream:^2.6

livewire

php artisan jetstream:install livewire

inertia(Vue)

sail artisan jetstream:install inertia

コンパイル

npm install
npm run dev

マイグレーション

php artisan migrate
``
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0