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
- Host: GitHub
- URL: https://github.com/willi-dev/wp-underscore-laravel-mix
- Owner: willi-dev
- License: gpl-2.0
- Created: 2018-01-22T04:43:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T06:41:54.000Z (about 8 years ago)
- Last Synced: 2025-03-25T08:20:55.854Z (about 1 year ago)
- Topics: laravel-mix, webpack, wordpress
- Language: PHP
- Size: 51.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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