https://github.com/adminarchitect/mix
https://github.com/adminarchitect/mix
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adminarchitect/mix
- Owner: adminarchitect
- Created: 2017-06-29T15:58:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T18:26:01.000Z (about 8 years ago)
- Last Synced: 2025-11-21T22:09:39.230Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!