B4J Question [BANanoVuetifyAD3] Vue in development mode.

LJG

Member
I am working with BANanoVuetifyAD3 version 5.00. I noted that in both debug and release compiles, I get a browser console message stating that Vue is running in development mode. Is there a setting in BANanoVuetifyAD3 to switch Vue from development to release mode? Or is this something that must be done internally within the BANanoVuetifyAD3 library?

Here is what shows up in the console:

Console Output:
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html

Thanks for your input. Looking forward to the completion of BANanoVuetifyAD3 and beyond.
 

Mashiane

Expert
Licensed User
Longtime User
This has been done on purpose due to the current development being undertaken in the design system and will remain until the process is complete.

You can use the release version by.

1. Open the bvad3 library project.
2. Extract the file here to the Files folder.
3. In Main, replace "vue.js" with "vue.min.js" in BANano.Headers.AddJava...
4. Remove the vue.js file from the Files
5. Sync your files in b4j files tab.

Run bvad3 to recompile the library. Do not Compile to Library. You should not have the warnings. Please note there is a bug in the 72 tutorial that I have not fixed yet, so release mode will break that examples. Your apps should work fine though.

All the best
 

Attachments

  • vue.min.js.zip
    32.4 KB · Views: 124
Upvote 0

LJG

Member
This has been done on purpose due to the current development being undertaken in the design system and will remain until the process is complete.

You can use the release version by.

1. Open the bvad3 library project.
2. Extract the file here to the Files folder.
3. In Main, replace "vue.js" with "vue.min.js" in BANano.Headers.AddJava...
4. Remove the vue.js file from the Files
5. Sync your files in b4j files tab.

Run bvad3 to recompile the library. Do not Compile to Library. You should not have the warnings. Please note there is a bug in the 72 tutorial that I have not fixed yet, so release mode will break that examples. Your apps should work fine though.

All the best
Thank you, Mashiane. Wishing you the best in completing your work. When completed, this will be an amazing library.
 
Upvote 0
Top