OK, it seems I should write some comments. I've done a simple stupid IDE with embedded Rapydscript compiler + RapydML-like parser (which is similar to pug). It emulates file system and utilizes localStorage to persist it (thanks to JSZip it is possible to store up to 20...25MB in 5MB - localStorage limit). It is serverless and could be running locally as regular html. It's also possible to download whole FS as zip or as single json-file (latter could be uploaded back!). Thus, you can compile pyj files (with imports support ) in the browser, but the main feature is .vuepy files (that are similar to vue single component file) which could be imported as regular .pyj files in other .vuepy/.pyj files! As you can see, it's supported html-playing from IDE FS including css and js (if the element has the attribute data-dynamic = 'true')
I have no time to write a good manual, but any feedbacks are welcome! On Thursday, November 22, 2018 at 11:32:35 PM UTC+3, Константин Комков wrote: > > I don't understand what is that, but looks cool) > On Thursday, November 22, 2018 at 11:32:35 PM UTC+3, Константин Комков wrote: > > I don't understand what is that, but looks cool) > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

