Skip to content

Even simpler asset manipulation than with Laravel Elixir. Highly recommended for beginners.

Notifications You must be signed in to change notification settings

coolflame87/laravel-mix-without-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Mix Without Laravel

In my tutorial called Laravel Elixir Without Laravel we have gone over installing Laravel Elixir, configuring it to match our custom folder structure and adding tasks.

In this lesson we will do the same thing, but with Laravel Mix. We will create a custom non-Laravel project, install Laravel Mix and make it handle our assets.

Installation

To install all dependencies:

npm install

Usage

Run all tasks:

npm run dev

Run all tasks and minify:

npm run production

Run all tasks and watch for changes:

npm run watch

About

Even simpler asset manipulation than with Laravel Elixir. Highly recommended for beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published