Skip to content
/ vilt-stack Public template

Vue.js + Inertia.js + Laravel + Tailwind CSS

Notifications You must be signed in to change notification settings

skydiver/vilt-stack

Repository files navigation

vilt-stack

Vue.js + Inertia.js + Laravel + Tailwind CSS

Features

  • Laravel 7
  • Vue.js
  • Inertia.js
  • Tailwind CSS + Tailwind UI
  • ESLint + Prettier
  • "Hot Module Replacement" ready

Install

  1. clone repo
  2. composer install
  3. npm install
  4. cp .env.example .env
  5. php artisan key:generate

Development

  1. npm run dev
  2. open http://localhost:8000/

Notes

  • Home component located at: resources/js/pages/Home.vue
  • Use resources/sass/custom.scss for custom styles
  • Images placed on resources/assets/images will be copied to public/images

Credits