Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 637 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 637 Bytes

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