laravel-vue-tailwind-starter

Laravel 8 + Vue 3 + Vuex 4 + TailwindCSS 1.9.6 Starter

Stars
7
Committers
1

Laravel 8 + Vue 3 + Vuex 4.0 + TailwindCSS 1.9.6 Starter

Features

Laravel 8 Vue 3 Vuex 4.0 Vue Router 4 TailwindCSS 1.9.6

Getting Started

First clone the project.

Install dependencies

composer install

npm install
# or
yarn install

For Development

npm run dev
# or
yarn dev

For Hot Reload

npm run watch
# or
yarn watch

For Production

npm run production
# or
yarn production

Enjoy

Hit a star if you found this helpful