DEV Community

Discussion on: Building VueJS Applications with TypeScript

Collapse
 
oliviermattei profile image
oliviermattei • Edited

Great article !!!

I'm starting with typescript, but I like the angular approach to initializing components.

Overloading @component to have templateUrl would be cool.
Or in your example, rather have an @template('./url') decorator;
I find it clearer than importing a withRender and directly doing @withRender.

However, how to manage scss files in the same way?