vue-sfc-scaffolding with laravel
- Initialize composer, npm first. (This will overwrite your webpack.mix.js file, back up yours if you require it.)
- Can use installer.sh for Initializing if you want. Use command below in your projects directory:
wget https://raw.githubusercontent.com/finaleaf/vue-sfc-scaffolding/master/installer.sh && chmod +x installer.sh && ./installer.sh
- Go to your initialized laravel application root.
- Run command below:
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