Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

marcio4ugusto/adonis-fullstack-app-laravelmix

 
 

Repository files navigation

Sorry, this repository is no longer maintained. It is recommended that you install Laravel Mix yourself.

AdonisJs FullStack App With Laravel Mix

AdonisJs + Laravel Mix

Adonis makes use of blueprints to create the files structure of a new project. This repository is just a blueprint that integrates Adonis FullStack App and Laravel Mix. You can use this as a start point for your Adonis + Laravel Mix projects.

Install

Create a new project with:

  adonis new <my-project> --blueprint marcim/adonis-fullstack-app-laravelmix

Change <my-project> to your project name.

Usage

The Adonis start and test commands still there and the following commands are available to handle project assets:

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

Laravel Mix documentation

Contributing

Suggestions and contributions are welcome via Pull Requests.

Licenses

https://github.com/adonisjs/adonis-framework/blob/master/LICENSE.md

https://github.com/adonisjs/adonis-framework/blob/master/LICENSE.md

MIT License. See License File.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%