Package Data | |
---|---|
Maintainer Username: | albertcht |
Package Create Date: | 2017-12-28 |
Package Last Update: | 2018-09-21 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:11:00 |
Package Statistics | |
---|---|
Total Downloads: | 693 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 80 |
Total Watchers: | 6 |
Total Forks: | 19 |
Total Open Issues: | 2 |
A Lumen-Vue SPA starter project template.
composer create-project --prefer-dist albertcht/lumen-vue-starter
.env
and set your database connection detailsphp artisan migrate
php artisan jwt:secret
yarn
/ npm install
# build and watch
yarn watch
# serve with hot reloading
yarn hot
yarn production
# or this
yarn build
This is a porting version from laravel-vue-spa