You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.1 KiB

4 years ago
  1. <p align="center"><img src="https://laravel.com/assets/img/components/logo-mix.svg" alt="Laravel Mix"></p>
  2. <p align="center">
  3. <a href="https://www.npmjs.com/package/laravel-mix"><img src="https://img.shields.io/npm/v/laravel-mix.svg" alt="NPM"></a>
  4. <a href="https://npmcharts.com/compare/laravel-mix?minimal=true"><img src="https://img.shields.io/npm/dt/laravel-mix.svg" alt="NPM"></a>
  5. <a href="https://www.npmjs.com/package/laravel-mix"><img src="https://img.shields.io/npm/l/laravel-mix.svg" alt="NPM"></a>
  6. </p>
  7. ## Introduction
  8. Laravel Mix provides a clean, fluent API for defining basic [webpack](http://github.com/webpack/webpack) build steps for your Laravel application. Mix supports several common CSS and JavaScript pre-processors.
  9. If you've ever been confused about how to get started with module bundling and asset compilation, you will love Laravel Mix!
  10. ## Documentation
  11. You may review the initial documentation [here](https://laravel-mix.com/docs/4.0/basic-example).
  12. ## License
  13. Laravel Mix is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).