- Регистрация
- 1 Мар 2015
- Сообщения
- 11,730
- Баллы
- 155
In a laravel project you write the npm install cmd to install the dev dependencies specified in the package.json file so as to make available packages i.e alpine.js and livewire for the frontend development the npm run dev cmd is used to compile css and js assets for development.