RiotTS icon indicating copy to clipboard operation
RiotTS copied to clipboard

RiotJS for TypeScript

Results 16 RiotTS issues
Sort by recently updated
recently updated
newest added

the .sln, .suo, .csproj files dont need to be checked in

Hi, I'm scoping riot for usage at my company and this is so far the best way i've seen to construct riot tags, however, we need to render on the...

Something like this: ``` @template("elements/mytag.html","elements/mytag.css.html") class MyTag extends Riot.Element ... ``` so that the HTML file is shorter and not polluted with style

enhancement

Add uglifyjs for minified output.

enhancement

I really like this system of creating riot tags, but at my work place we are sticking to the Ecmascript standard, given that ES6 is so similar to TS, is...