Awesome q2a theme

What is contained in app.js?

0 like 0 dislike
27 views
Hello!

What is contained in app.js in addition vue.js ?

I want to delete everything that is there. But before that I need to know the basic packages that is there.

It uses WebPack ?

After deletion, add to app.js ?

I'm a little sleepy, I apologize for the illiterate formulirovka issue.

Thank you!
by | 27 views

1 Answer

0 like 0 dislike
Not quite understand the question

In app.js connects file bootstrap.js which connect to other libraries

The default configuration webpage Lara (webpack.mix.js) :

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');
by

Related questions

0 like 0 dislike
1 answer
0 like 0 dislike
3 answers
0 like 0 dislike
2 answers
asked May 11, 2019 by faratsga
0 like 0 dislike
1 answer
110,608 questions
257,187 answers
0 comments
40,796 users