Demo App gone?
-
Hi,
last time I checked there was a super-neat demo app showcasing all available components. Unfortunately I failed to find the link to to this app today - is it gone (why?) or this just me?
Thanks,
Peter -
The demo app was only used in the older Quasar versions. < 0.17. The demo app was replaced with the new docs and interactive codepen examples.
Scott
-
it’s still up but it’s only for pre v1 https://v0-17.quasar-framework.org/quasar-play/android/#/showcase source https://github.com/quasarframework/quasar-play. anyway the new v1 docs are featured with many examples, you can simply clone it and build a cordova app out of it https://github.com/quasarframework/quasar.
-
Thanks both - is there a reason this is not available in v1? It’s kind of hard to get a product person build a cordova app to test check the features out
-
Yeah. The reason is developer time.
Scott
-
I know dev time is precious, but having a demo app that other devs can use to convince their product guys to give quasar a shot would help getting more companies use quasar (= more funding) I think. Just saying.
-
Isn’t the documentation app enough? Build it out for Cordova and demo it.
It’s all Quasar, which wasn’t the case with the old docs (and thus why there was the demo app).
Scott
-
Clone the quasar dev repo cd docs, call npm install, call quasar dev/build -m android/ios, you have now a v1 cordova app in your device. You can also edit the docs src if you want to remove the documentation contents and just retain the examples. Follow the guides under Quasar cli, since you need to sign apk if you are issuing a quasar build. I don’t know if a v1 showcase is in the works, so you might just try this for the mean time.