Hello @gunturhakim ?
Latest posts made by lopu
-
RE: Quasar build deployment on Heroku and environment variables
Hi did you ever figure this out? Having the same issue
-
RE: How to use different versions in development environment
Waaaaaaait, quasar looks at the local quasar version for that package to get the version? omg that’s awesome
-
How to use different versions in development environment
I have repositories which use v0.17 and some which use v1+, is there a quick way to switch between them or even use both using alias’?
I’ve tried using npm i -g alias@npm:quasar…etc but I think because quasar uses the bin/quasar system both try to write to that binary and alias doesn’t support that
Thanks all
-
Cannot use import outside a module, codesandbox quasar template error
https://codesandbox.io/s/quasar-framework-template-5g252
I made just a very small number of changes, and I can’t get the codesandbox to work!
I removed the router and quasar components and added 2 of my own components. Super simple, don’t know why it isn’t working.
Imports should be allowed right??