Skip to content

I have a similar setup, wherein I load different main entry files for the admin dashboard and the main app.

Notifications You must be signed in to change notification settings

keroles19/laravel-multiple-mix

Repository files navigation

laravel multiple mix

I have a similar setup, wherein I load different main entry files for the admin dashboard and the main app.

Development mode for the main section

npm run dev

Development mode for the admin section

npm run admin-dev

Watch mode for the main section

npm run watch

Watch mode for the admin section

npm run admin-watch

Watch mode for the main section with polling

npm run watch-poll

Watch mode for the admin section with polling

npm run admin-watch-poll

Hot reloading mode for the main section

npm run hot

Hot reloading mode for the admin section

npm run admin-hot

Production mode for the main section

npm run production

Production mode for the admin section

npm run admin-production

Run Project

Reference

About

I have a similar setup, wherein I load different main entry files for the admin dashboard and the main app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages