Skip to content

Instantly share code, notes, and snippets.

View ahgumasing's full-sized avatar
🎯
Focusing

Josh Gumasing ahgumasing

🎯
Focusing
View GitHub Profile
@ahgumasing
ahgumasing / Inertia-Vue-Tailwind-Installation.md
Last active April 15, 2020 21:07
Inertia-Vue-installation
  1. Install Inertia:
# Server side adapter
composer require inertiajs/inertia-laravel

# Install Vue.js && client side adapter for Vue.js
npm install vue @inertiajs/inertia @inertiajs/inertia-vue
@ahgumasing
ahgumasing / Tailwind-Vue.md
Last active April 27, 2020 06:21
CLI/Tailwind-Vue
  1. Install Vue CLI npm install -g @vue/cli