adonisjs-laravel-mix icon indicating copy to clipboard operation
adonisjs-laravel-mix copied to clipboard

An AdonisJs fullstack application blueprint with Laravel Mix

NOTE:

This project moved to: marcim/adonis-fullstack-app-laravelmix.

On attempt to simplify Adonis updates, the repository content was migrated to: marcim/adonis-fullstack-app-laravelmix and this page is outdated. Sorry for inconvenience, I hope you understand!

AdonisJs Laravel Mix

AdonisJs + Laravel Mix

When you start a new project with AdonisJs it makes use of blueprints to create the project files structure. This repository is just a blueprint that integrates Laravel Mix with Adonis fullstack app.

Install

Create a new project with:

  adonis new <my-project> --blueprint marcim/adonisjs-laravel-mix

Change <my-project> to your project name.

Usage

The following commands are available:

Command Description
npm run asset-dev Compiles assets in development mode.
npm run asset-watch Compiles assets in development mode and watches changes.
npm run asset-watch-pool Same as above, used in some cases.
npm run asset-hot Compiles assets in development mode with hot reload option activated.
npm run asset-prod Compiles assets for production.

Features

For more information see: AdonisJs documentation and Laravel Mix documentation.

Licenses

AdonisJs license
Laravel Mix license
VueJs license

Contributing

Suggestions and contributions are welcome via Pull Requests.

Thanks!