Hey,
I have a Vuejs project
but i need to install html assets of demo 10
Are the assets the same for every demo??
Can i Use the assets from VUE demo in ts to use in VUEJS js?
if Yes, how can I install them?
OR jest get the assets from demo
Hi,
Sorry for the delay in reply.
Every demo has the same core styles and media files but each demo different with sass color variable values and layout styles. If you want to use two different demos then you can load core styles globally and then load demo layout styles in layout component scope.
You can't use Typescript files in Vue javascript project. Nowadays Typescript becomes a defacto language for SPA frameworks and the React authors also recommend using it for better code quality and extendibility.
You can have a look at this post to quickly get used to Typescript. Please give a try, Typescript is awesome .
Regards,
Lauris Stepanovs,
Keenthemes Support Team