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!
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.
Create a new project with:
adonis new <my-project> --blueprint marcim/adonisjs-laravel-mix
Change
<my-project>
to your project name.
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. |
For more information see: AdonisJs documentation and Laravel Mix documentation.
AdonisJs license
Laravel Mix license
VueJs license
Suggestions and contributions are welcome via Pull Requests.
Thanks!