element-in-laravel-starter icon indicating copy to clipboard operation
element-in-laravel-starter copied to clipboard

Why do you need extra libs?

Open vinayakkulkarni opened this issue 6 years ago • 3 comments

in the package.json, do you really need bootstrap, jquery, lodash etc. libs ? can you clean out all the extra dependencies and have just Element-UI + Vue + Laravel.

vinayakkulkarni avatar Jun 22 '18 09:06 vinayakkulkarni

This is a copy of the original Laravel package.json: https://github.com/laravel/laravel/blob/master/package.json

I think it makes sense to keep the packages required by the default Laravel install.

nicolasbeauvais avatar Jun 22 '18 14:06 nicolasbeauvais

I agree with @nicolasbeauvais . In fact some backend developers want to use jQuery & Vue as a combo.

csvwolf avatar Jun 25 '18 06:06 csvwolf

php artisan preset none

rushairer avatar Aug 16 '18 15:08 rushairer