1๐
you need to turn Vue to production mode,
you can do so by adding this line to your app.js
Vue.config.devtools = false
- [Vuejs]-How to dynamically add questions to Vue Webpack template's meta.js file?
- [Vuejs]-Access to props inside javascript
0๐
I fix the problem, and I share with you the solution:
So this kind of problem depends on the base URL of your app router, for my situation base: __dirname
is the problem, so I changed this to base: '/project_name/public/
, and everything works fine.
Thank you all for you help.
-2๐
Laravel has become the most popular choice for developing PHP projects. One important reason for this popularity is the built in support for Vue.js, a very fast growing JavaScript library for developing impressive front-ends.
This combination results is fast, secure and very impressive applications that need minimum time to go from ideation to final code review. The support for Vue.js means that Laravel developers could use Vue components easily within their apps without wasting time in writing integrations for the components.
- [Vuejs]-Is there a way to define which object keys to use instead of "label" and "value" in the CoreUI's CSelect component for Vue?
- [Vuejs]-Jest or Mocha with Vue: SyntaxError: Cannot use import statement outside a module