ElementUI / element-in-laravel-starter

Laravel Project with Vue2 and Element
731 stars 154 forks source link

Why do you need extra libs? #33

Open vinayakkulkarni opened 6 years ago

vinayakkulkarni commented 6 years ago

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.

nicolasbeauvais commented 6 years ago

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.

csvwolf commented 6 years ago

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

rushairer commented 6 years ago

php artisan preset none