An open API service indexing awesome lists of open source software.

https://github.com/adminarchitect/mix


https://github.com/adminarchitect/mix

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Admin Architect mix

A webpack tasks for Admin Architect assets compilation.

### Installation

`npm i adminarchitect-mix --save`
or
`yarn add adminarchitect-mix`

### Usage

add `(new (require('adminarchitect-mix'))(mix)).handle()` to your main `webpack.mix.js` file.

run `npm run dev` to compile assets to a `public/admin` directory.

### Enjoy!