17 Star 61 Fork 19

sh7ning / laravel-chat

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
webpack.mix.js 549 Bytes
Copy Edit Raw Blame History
shine authored 2018-09-30 11:20 . init
let mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel application. By default, we are compiling the Sass
| file for the application as well as bundling up all the JS files.
|
*/
mix.js('resources/assets/js/app.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css');
PHP
1
https://gitee.com/sh7ning/laravel-chat.git
git@gitee.com:sh7ning/laravel-chat.git
sh7ning
laravel-chat
laravel-chat
master

Search