The other way around. quasar-project/dist
is linked to quasar-project/cordova/www
:
Look on the right, the properties. Also in the Atom’s tree view www
is different, cause it’s a link.
The other way around. quasar-project/dist
is linked to quasar-project/cordova/www
:
Look on the right, the properties. Also in the Atom’s tree view www
is different, cause it’s a link.
The other way around. quasar-project/dist
is linked to quasar-project/cordova/www
:
Look on the right, the properties. Also in the Atom’s tree view www
is different, cause it’s a link.
You need to run quasar build
or quasar build ios
. www
folder with Cordova source is symlinked to the dist
one from quasar. then cordova build [platform]
Hello,
I’ve select component - I generate options with v-for, like this:
<select v-model="selected">
<option v-for="person in computed(1, 3)">
{{ person.name }}
</option>
</select>
It produces output I want, so v-model variable is populated with name. I want to style it like the rest of apps look like. Can I do this? I’m not using <quasar-select>
because I don’t know how to regenerate list based on Vuex’s store.
Any help is appreciated!
You can use this to go with 100% Stylus setup.
Okay, so I have figured it out. I added functions to data, not methods. Moving them to methods worked. I’m sorry, it’s my Vue incompetence that got in the way.
Unfortunately it’s hosted on private GitLab. I would have to make you account to browse through the code I can do this or tell me which files should I share, there is not a lot of code as I’m really unexperienced with Quasar, Vue and JS hybrid apps in general.
Hello,
I’m developing simple application for Android using Quasar. It’s working fine in Quasar Play and in Development mode, but when exporting it with Cordova, it shows UI, but won’t render things coming from variables - like mustache templates or v-show divs. Anyone knows what is up? I don’t really know how to debug Cordova, and when I used Ionic a while ago, it worked well. I didn’t find anything related in documentation unfortunately. Any help is welcome!