[Vuejs]-How to dynamically add questions to Vue Webpack template's meta.js file?

0👍

The meta.json content is evaluated by vue-cli, so you would have to fork that and change there.

Are your questions really runtime-dependent, or do you only need contitionals? Because that works, you can find examples of this in the template’s questions right now, for example the sub-questions for linting.

Leave a comment