Skip to content

anbakkmanim/case-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-vue-ssr-boilerplate

Laravel + Vue with SSR

설치방법

  1. .env.example 파일 .env로 변경
  2. npm i
  3. php artisan key:generate

실행법 (Hot reloading, DEV)

  1. npm run hot
  2. php -S localhost:3000 -t public

실행법 (Build, PROD)

  1. npm run prod
  2. php -S localhost:3000 -t public

Releases

No releases published

Packages

No packages published