5 Star 0 Fork 849

icefairy / wookteam

forked from aipaw / wookteam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.mix.js 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhfish 提交于 2022-08-19 14:51 . 更新laravel-mix依赖
const mix = require('laravel-mix');
const { VueLoaderPlugin } = require('vue-loader');
/*
|--------------------------------------------------------------------------
| 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.copy('resources/assets/statics/public', 'public');
//生成vue页面js
mix.js('resources/assets/js/main/app.js', 'js').vue({
version: 2,
});
//生成css样式文件
mix.sass('resources/assets/sass/app.scss', 'css');
PHP
1
https://gitee.com/icefairy/wookteam.git
git@gitee.com:icefairy/wookteam.git
icefairy
wookteam
wookteam
master

搜索帮助