Skip to content

Laravel + Inertia + Vue3 + TypeScript + TailwindCSS setup

Notifications You must be signed in to change notification settings

Sxagon/InertiaExampleVue

Repository files navigation

LARAVEL WITH INERTIA + VUE + TS + TW EXAMPLE

About

This example project uses:

  • Laravel 10
  • Inertia
  • Vue 3
  • TypeScript
  • SCSS/SASS
  • TailwindCSS

I've tested it with PHP 8.1 and Node 20.3.1, but it should work fine on newer versions.

Official docs

Inertia: Click here
Laravel: Click here
Vue3: Click here
TypeScript: Click here
SASS: Click here
TailwindCSS: Click here

Installation commands

  1. git clone https://github.com/Sxagon/InertiaExampleVue.git for clone this project
  2. cp .env.example .env for create .env file
  3. composer install for install vendor libraries
  4. php artisan key:generate for generate key
  5. yarn i for install node modules

Development commands

  1. yarn dev

Deployment

  1. yarn build:client for build client
  2. yarn build:server for build server

About

Laravel + Inertia + Vue3 + TypeScript + TailwindCSS setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published