arjosweb / laravue-boilerplate

LaraVue - Boilerplate Start Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaraVue - Boilerplate Start Kit 1.0.0

SPA - Laravel (8) + VueJS (2)

Get started

Laravel dependencies install

composer install

Configure .ENV file - Laravel

rename ".env.example" file to ".env"

Front-end dependencies - Vue.JS

yarn install

Run project

Terminal #1

php artisan serve

Terminal #2

yarn watch

######Realtime edition

yarn watch --hot

License

The LaraVue Boilerplate is open-sourced software licensed under the MIT license.

Copyright

About

LaraVue - Boilerplate Start Kit

License:MIT License


Languages

Language:PHP 92.6%Language:Vue 4.4%Language:Blade 2.0%Language:Shell 1.0%