Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

An AdonisJs fullstack application blueprint with Laravel Mix

Notifications You must be signed in to change notification settings

marcio4ugusto/adonisjs-laravel-mix

Repository files navigation

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!

About

An AdonisJs fullstack application blueprint with Laravel Mix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages