728x90
https://github.com/finaleaf/vue-sfc-scaffolding
composer와 npm은 미리 설치한다. webpack.mix.js 파일에 작성해둔 내용이 있다면 백업 해 둔다.
프로젝트 디렉토리에 들어가서 아래와 같이 installer.sh 파일을 실행한다.
wget https://raw.githubusercontent.com/finaleaf/vue-sfc-scaffolding/master/installer.sh && chmod +x installer.sh && ./installer.sh
새로 생성된 Laravel 앱 디렉토리로 들어간다.
아래 명령어를 실행하여 Vue SPA 세팅 파일을 덮어씌운다.
wget https://github.com/finaleaf/vue-sfc-scaffolding/raw/master/vue-spa-scaffolding.tar.gz && tar xvf vue-spa-scaffolding.tar.gz && rm vue-spa-scaffolding.tar.gz
출처: 직접 만듬.
'내가 자꾸 까먹어서 쓰는 개발 이야기 > Laravel' 카테고리의 다른 글
Laravel 11 - Kernel.php 제거 (0) | 2024.04.22 |
---|---|
Eloquent의 deep relationship (0) | 2020.07.10 |
php artisan make:model 실행 시 경로 지정하기 (0) | 2020.05.26 |
Blade template 사용자 directive (0) | 2019.06.24 |
사용자 Facade 만들어 phpstorm 에서 자동완성까지 (0) | 2019.06.11 |
최근댓글