Answer the question
In order to leave comments, you need to log in
Laravel + Vue: Why does webpack throw chunks in the public root?
I will be brief.
Snippet from routes.js:
const AdminLogin = () => import ('../components/admin/Login.vue')
const AdminMain = () => import ('../components/admin/Main.vue')
const AdminStudents = () => import ('../components/admin/Students.vue')
const AdminTeachers = () => import ('../components/admin/Teachers.vue')
const AdminGroups = () => import ('../components/admin/Groups.vue')
const AdminTests = () => import ('../components/admin/Tests.vue')
Answer the question
In order to leave comments, you need to log in
In webpack.mix.js add
mix.webpackConfig({
output: {
path: path.resolve(__dirname, 'public/'),
publicPath: '/',
chunkFilename: './js/[id].chunk.js'
}
})
java is any book, android needs the basics. OOP , collections
,
basic syntax and I highly recommend these two articles it) here everything is very accessible even with minimal knowledge of English www.vogella.com/tutorials/android.html
and yes a lot of practice))
Herbert Schildt "Java 8. The Complete Guide 9th Edition". A lot of code examples, everything is available, if there is a base, then that's it!
I also recommend Horstmann K., Cornell G. "Java. The Professional's Library. Volume 1. Fundamentals. Ninth Edition". Just mega-useful for a Java coder!
For general features of the language, one usually reads Head First Java and Schildt's Java, A Beginner's Guide.
Related links: https://plus.google.com/+KevinDarty/posts/Qex6Ae6zhZW
For Android: developer.android.com/index.html
Dev Guiges and developer.android.com/develop/index.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question