diff --git a/public/upload_image/AP NANO-HD 2020-1660879652.png b/public/upload_image/AP NANO-HD 2020-1660879652.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/AP NANO-HD 2020-1660879652.png differ diff --git a/webpack.mix.js b/webpack.mix.js new file mode 100644 index 0000000..8b5d4d5 --- /dev/null +++ b/webpack.mix.js @@ -0,0 +1,16 @@ +const 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/js/app.js', 'public/js') + .vue() + .sass('resources/sass/app.scss', 'public/css');