General question about Vue.js

Hi,

Is it possible to create your own component folder and files in code studio ? Or does Create handle this via its page components: widgets and presenters ?

Thanks,

Mark

Hi Mark,

Are you talking about creating folders and files within a code studio component itself? or something else?

Hi Gediminas,

Thanks for your reply. I’d like to know if it’s possible to create component files which contain template script and style tags which can be exported and imported in another file.

As described here for example:

Vue Components (w3schools.com)

Thanks, Mark

So if I understand correctly, what you are talking about is some sort of global repository where you could store reusable code snippets and import them as and when needed in code studio components?

If that’s the case, then I don’t think there is any functionality for this sort of thing.

1 Like