An open API service indexing awesome lists of open source software.

https://github.com/willi-dev/wp-underscore-laravel-mix

wordpress underscore blank template + laravel mix for compiling assets
https://github.com/willi-dev/wp-underscore-laravel-mix

laravel-mix webpack wordpress

Last synced: 12 months ago
JSON representation

wordpress underscore blank template + laravel mix for compiling assets

Awesome Lists containing this project

README

          

Getting Started
---------------


git clone https://github.com/willi-dev/wp-underscore-laravel-mix.git




npm install

Build Assets without minify
---------------


npm run dev

Watch for changes & automatic re-compile
---------------

npm run watch

Refresh page when changed
---------------

npm run hot

Compile all assets and produce production-ready build, minify output
---------------

npm run production