Here’s my first Quasar work in progress prototype : http://sonicviz.com/project/fopra-focused-practice/
Any feedback or bug reports welcome!
Thanks for the cool tools Quasar!
Here’s my first Quasar work in progress prototype : http://sonicviz.com/project/fopra-focused-practice/
Any feedback or bug reports welcome!
Thanks for the cool tools Quasar!
Resolved. Seemed to be an issue purely with gitlab pages as when I deployed to netlify the offline add to homepage works just fine.
I’m trying to solve this problem too!
I was interested to see Meteor suggested. I used that years ago for a while, and was interesting with a big vision but ultimately it died on the launching pad. I didn’t even know it was still a thing.
I did pull down https://github.com/alexandesigner/quasar-meteor and tried to get it running, and immediatly ran into Meteor issues, which reminded me of why I dropped it in the end. The readme is very minimal, which always makes me wary, especially when it doesn’t run OOTB as advertised.
Posted about it here: https://github.com/quasarframework/quasar/discussions/15100 but will copy/paster it:
Any suggestions for robust backends that you could hook up to Quasar to jumpstart a SAAS?
Apart from Firebase. Looking for robust open source SAAS (ie: multi tenant) solutions that have the following (or some) of the core features:
A couple I’ve looked at, with reasons:
Would appreciate any other suggestions to seriously consider. Thanks!
Any clues on how to do this?
It might seem obvious but none of the regular position/align things seem to work.
I have a row
I have a column
<q-list bordered separator>
<q-item class="row q-col-gutter-sm justify-center align-center"
v-for="x in y" :key='x'>
<div class="col-1"
v-for="a in b" :key='a'
> <div class="align-center">{{ x[a] }}</div>
</div>
</q-item>
</q-list>
Am I missing something?
@qyloxe said in conversion from bootstrap themes/templates:
@lucasfernog sure, but please read the thread carefully - we’re not talking about components but about thousands of free bootstrap themes, used as a base for frontend sites in business, blogs, landing pages and many other categories of sites.
It is possible to get those momentum in frontend technology because Quasar has a set of compatible with B4 CSS classes which means, that if there would be a clear or relatively easy path of conversion from B4 to Quasar, there is a big chance of putting Quasar mainstream and let the world use it instead of B4. Why? Because B4 has poor components but it’s very easy to start with good looking theme or template but when it comes to really making a site it is very hard. So, as you can see, CSS classes for layout, typography and colors are not a “developer” problem but rather a “marketing” problem.
I’ve just come across this issue converting a project that uses Bootstrap css, which I’m converting into Quasar.
It would have been helpful to have a guide. The point that @qyloxe makes above is very smart business sense as well.
Resolved. Seemed to be an issue purely with gitlab pages as when I deployed to netlify the offline add to homepage works just fine.
Fopra - Focused Music Practice Timer https://fopra.live/
Project page: http://sonicviz.com/project/fopra-focused-practice/
Here’s my first Quasar work in progress prototype : http://sonicviz.com/project/fopra-focused-practice/
Any feedback or bug reports welcome!
Thanks for the cool tools Quasar!
You need to read and understand the lint errors, not ignore them.
It’s quite restrictive and in most cases they are exactly what they say they are.