Spoiler alert: There is!
After posting my blog about how easy it is to get started with web development using OpenUI5 & JSBin, I thought I'd check out existing alternatives!
My result: There are quite a few really good ones. Developers call them Playgrounds. Playgrounds are the newest hit for front end developers and designers. They allow us to play around with code and see the live results while also being able to interact with it. It removes all the hurdles to actually getting started with coding! I wanted to see if I could make use of those playgrounds to run OpenUI5!
So, if you like front end playgrounds and do have a preference already, check out my greenfield OpenUI5 examples to get you started very quick:
Playground | OpenUI5 Greenfield (Mobile) | Is OpenUI5 officially supported? |
---|---|---|
JSBin | JSBin GreenField |
Just hit "Add Library" on the left side of the menu bar and choose "OpenUI5 latest (Mobile BlueCrystal)" |
JSFiddle | JSFiddle GreenField | Not yet. There is a way to make it run, which is not intuitive.
Status: I proposed to add OpenUI5 to JSFiddle on Github. Please support me and up-vote it!
Solution: Just use the greenfield code sample. |
Plunker | Plunker GreenField | Kind of, I added the current version (1.24.5) to the packages. You can find it in the packages browser by clicking on "Find and add external libraries" on the right menu bar. Nevertheless, you'd need to add the data attributes to the script tag - which is unfortunate.
Solution: Just use the greenfield code sample. |
CodePen | CodePen Greenfield | No. Only way is to modify the HTML settings (the gear-wheel icon on the left of the HTML pane). You need to set the script tag yourself to being able to set the data attributes that are required.
Status: Created a support ticket to get OpenUI officially supported.
Solution: Just use the greenfield code sample. |
On the same note, I figured that OpenUI5 is not on CDNJS yet. So I created a pull-request for the current OpenUI5 version (1.24.5), that you can find here. Hopefully, it will be merged soon!
What is your preferred playground and why? Try them out and let me know!