[Vuejs]-How to load configurations at Vue JS app start

0👍

If loading your configuration returns a promise, simply put the creation of the Vue instance in the .then() {} code.

Leave a comment