Vue.js + Inertia.js + Laravel + Tailwind CSS
- Laravel 7
- Vue.js
- Inertia.js
- Tailwind CSS + Tailwind UI
- ESLint + Prettier
- "Hot Module Replacement" ready
- clone repo
composer install
npm install
cp .env.example .env
php artisan key:generate
npm run dev
- open http://localhost:8000/
- 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 topublic/images