Skip to content

A basic Vue Setup on Laravel 8. Including Sass, Vue-Router & Vuex.

Notifications You must be signed in to change notification settings

aasutossh/laravel-vue-minimal

 
 

Repository files navigation

Laravel-Vue-Minimal

Get started quickly with Vue, Vuex, Vue-Router in Laravel.

Setup

Clone the repository

git clone https://github.com/MartinsOnuoha/laravel-vue-minimal.git

Install Dependencies

yarn && composer install

Copy .env

cp .env.example .env

Generate App Key

php artisan key:generate

Start Server

php artisan serve
yarn run watch

About

A basic Vue Setup on Laravel 8. Including Sass, Vue-Router & Vuex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.1%
  • Vue 1.3%
  • Other 1.6%